Back

Comet

#freelancer • 7m

Now, let’s kickstart our SQL journey with the SELECT statement! SELECT is like the spotlight—it helps you pick and display specific data from a table. Here’s a quick example: SELECT name, age FROM Students; 🎯 This fetches the name and age of all students from the Students table. Now your turn: Imagine a table named Employees. What would you write to fetch employee names and their salaries? Drop your answers in comments! Stay tuned for tomorrow’s post where we’ll talk about filtering data with WHERE!

Reply
3

More like this

Recommendations from Medial

Comet

#freelancer • 7m

Day 3: Filtering Data with WHERE Guys, ready to take your SQL game up a notch? Today, let’s talk about the WHERE clause—it’s your tool to filter data like a pro! Here’s how it works: SELECT name, age FROM Students WHERE age > 18; 🎯 This gi

See More
1 Reply
3

Comet

#freelancer • 6m

Day 4: Sorting Data with ORDER BY Hey guys, let’s make your SQL queries even more powerful with ORDER BY! This command helps you sort your results—either ascending (default) or descending. Example: SELECT name, age FROM Students ORDER BY age D

See More
Reply
1
Image Description

Tiime

Hey I am on Medial • 7m

How to Copy Table Data from Screenshots Easily Using Windows 11 Snipping Tool

1 Reply
4

Venkatesh

Bussiness Developmen... • 1y

Students data leak Every year there 1cr of stufents data the data coming to the consultant .They getting the data from the official boards like sbtet , educational department 🏬 polytechnic,NEET ,Emcet,jee,PG, Intermediate,doctorate,btech ,not everyo

See More
Reply
4

Lohidhar

Hey I am on Medial • 6d

I want to link both microsoft and edge applications. so that it automatically fetch the data and share the data from dashboard to chat. any suggestions how to link these two?

Reply
1

G

Hey I am on Medial • 7m

I am working on project can any one tell me how fetch college name and company name to give suggestions to user who entered first three words as I wanted how LinkedIn do suggestions is any data set or api to get my requirement

Reply
1
7

Raza

Just a Tech Guy • 3m

How many of you struggle with API's? Like you have an API but you're struggling with Docs, how fetch data from what endpoints or any other thing? Just curious

Reply
5

Mridul Das

Introvert! • 2m

To survive in this fast-paced world 🌍, one must master these essential skills. These skills should be taught to all college students. Use of AI tools Speed Reading Deep Working Long-term Planning Basic MS Office Data Analytics Filtering Info

See More
Reply
1
4

Gigaversity

Gigaversity.in • 1m

What is an API? Have you ever ordered food at a restaurant? The internet works in a similar way! An API (Application Programming Interface) is like a waiter - it takes your request, delivers it to the kitchen (backend), and brings back the response.

See More
Reply
7

Download the medial app to read full posts, comements and news.