Post by Okafor Ikechukwu (@innoiyke)
Let’s start learning SQL 🔥
One of the first commands you should know is:
SELECT
It is used to retrieve data from a database.
Example:
SELECT name, score
FROM students;
This simply means:
👉 Show me the names and scores from the students table.
That’s it.
SQL is basically asking a database questions.
And SELECT is one of the most important commands.
Day 26 of learning tech daily
Follow me for daily tech nuggets 🚀

0 likes · 0 comments · 0 shares