Q. What does the ALTER TABLE Statement do?

  • (A) By deleting the stored data, this SQL statement deletes the database.
  • (B) Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  • (C) A new table in SQL is created using this SQL statement.
  • (D) The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
πŸ’¬ Discuss
βœ… Correct 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.
Explanation by: Tina Singh
Columns in the SQL database can be created, deleted, or modified with ALTER TABLE SQL statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
203
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
95%
Success Rate