What does the SELECT Statement do?

5. What does the SELECT Statement do?

  1. Data is read from the SQL database by this statement and displayed to the database user.
  2. The stored data in the SQL database is changed or modified by this SQL statement.
  3. By deleting the stored data, this SQL statement deletes the database.
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.