πŸ“Š MySQL
Q. Which statement can be used for modifying the definition for an existing table?
  • (A) ALTER
  • (B) Modified
  • (C) SELECT
  • (D) FROM
πŸ’¬ Discuss
βœ… Correct Answer: (A) ALTER

Explanation: ALTER: The ALTER statement in SQL is used to modify the structure or definition of an existing database object, including tables. With the ALTER TABLE statement, you can add, modify, or drop columns, constraints, or indexes, among other modifications to the table's structure.

Explanation by: Admin
ALTER: The ALTER statement in SQL is used to modify the structure or definition of an existing database object, including tables. With the ALTER TABLE statement, you can add, modify, or drop columns, constraints, or indexes, among other modifications to the table's structure.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
102
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
87%
Success Rate