Learn SQL,Excel easy way 📊 1 query a time. SQL, excel tips and tricks. Break down queries to your understand. 💻 DataAnalyst & Tech content creator #SQLwithKay
Just completed a real-world SQL Data Analyst assessment, solving business problems with customer data. Here’s what I did 👇
#DataAnalytics#SQL#JobSearch#OpenToWork
This query select everything from a table called students
SELECT * FROM students;
"SELECT" retrieve data
"*" Means all columns
"FROM" tells SQL which table to use
Simple, powerful, and the start of everything
#SQLwithKay#LearnSQL#DataAnalytics#SQLforBeginners#TechTwitter