Back to feeds

Payal Manghnani

Stealth • 13d

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!

0 replies3 likes

More like this

Recommendations from Medial

Image Description

Payal Manghnani

Stealth • 12d

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 replies3 likes

Payal Manghnani

Stealth • 6d

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
0 replies1 like
Image Description

Tiime

Stealth • 1m

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

1 replies4 likes

TenderAlert

Stealth • 6m

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
0 replies4 likes

G

Stealth • 28d

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

0 replies7 likes
1
Image Description

Payal Manghnani

Stealth • 5m

Here are some essential SQL topics for data analysts: 1. Basic Queries: SELECT, FROM, WHERE clauses. 2. Sorting and Filtering: ORDER BY, GROUP BY, HAVING. 3. Joins: INNER JOIN, LEFT JOIN, RIGHT JOIN. 4. Aggregation Functions: COUNT, SUM, AVG, MIN, M

See More
1 replies4 likes
1
Image Description

Molle

Stealth • 10m

Imagine an app with an AI avatar teacher that uses animations or images to personalize lessons for students. The AI collects data from students' questions and teaches them according to their preferences. Students can ask any question without feeling

See More
1 replies5 likes
Anonymous
Image Description
Image Description

I want to build a saas product for data analysis for the manager and admins of the company... The workflow will be like that 1. Register to the platform 2. Connect their db 3. List of charts will be shown 4. People will select the chart 5. Now they h

See More
5 replies1 like
Image Description

Sidharth Bidikar

Stealth • 2m

When you apply a VLOOKUP function, what does the “column_index_num” argument represent? A) The number of rows to lookup B) The number of columns in the table C) The column number from which the result will be returned. #excel #data #dataanalyst #d

See More
1 replies6 likes
Image Description
Image Description

Chandni Das

Stealth • 4m

I was thinking something in the morning, can something like this be done? I want modifications from you can give suggestions Interactive learning app for kids and students: - English, math, life skills, and values - Logical games, cartoon videos, a

See More
8 replies4 likes

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