Home »
MCQs »
SQL MCQs »
SQL Basics (Set 2) MCQs
What does the SELECT Statement do?
5. What does the SELECT Statement do?
- Data is read from the SQL database by this statement and displayed to the database user.
- The stored data in the SQL database is changed or modified by this SQL statement.
- By deleting the stored data, this SQL statement deletes the database.
- A new table in SQL is created using this SQL statement.
Answer: A) Data is read from the SQL database by this statement and displayed to the database user
Explanation:
Using SELECT Statement, Data is read from the SQL database and displayed to the database user.