In SQL, the ALTER TABLE command is used to _______ an existing database table.
- Add
- Delete
- Modify
- Update
The ALTER TABLE command in SQL is used to modify an existing database table. It allows you to add, delete, or modify columns and constraints of a table.
Loading...
Related Quiz
- Which AWS service is used for serverless computing?
- What is a deadlock in the context of concurrency control?
- _______ involves making changes or enhancements to existing software to meet evolving user needs or address issues.
- Which of the following is NOT a benefit of using Infrastructure as Code?
- In a distributed database system, what challenges might arise in terms of consistency, and how would you address them?