A

Admin • 831.35K Points
Coach

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.
  • Correct Answer - Option(B)
  • Views: 16
  • Filed under category MySQL
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.