What does the ALTER TABLE Statement do?

9. What does the ALTER TABLE Statement do?

  1. By deleting the stored data, this SQL statement deletes the database.
  2. Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  3. A new table in SQL is created using this SQL statement.
  4. The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.

Answer: B) Columns in the SQL database can be created, deleted, or modified with this SQL statement

Explanation:

Columns in the SQL database can be created, deleted, or modified with ALTER TABLE SQL statement.

Comments and Discussions!

Load comments ↻






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