Q. What does the SELECT Statement do?
β
Correct 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.