What does the CREATE TABLE Statement do?

8. What does the CREATE TABLE Statement do?

  1. The stored data in the SQL database is changed or modified by this SQL statement.
  2. By deleting the stored data, this SQL statement deletes the database.
  3. A new table in SQL is created using this SQL statement.
  4. Columns in the SQL database can be created, deleted, or modified with this SQL statement.

Answer: C) A new table in SQL is created using this SQL statement

Explanation:

A new table in SQL is created using CREATE TABLE SQL statement.

Comments and Discussions!

Load comments ↻






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