beginnerLesson 1
SELECT Basics
Concept
SELECT is the foundation of SQL. It retrieves data from one or more tables. Use SELECT * to get all columns, or list specific column names.
Write a query to select the name and department of all employees.
SELECT