To change the structure of a database table, the _______ SQL statement is used.
- ALTER
- CHANGE
- MODIFY
- UPDATE
The ALTER SQL statement is used to modify the structure of a database table. It can be used to add, delete, or modify columns, as well as change data types or constraints.
Loading...
Related Quiz
- For the list x = [1, 2, 3]; print(____(x)), the output is [3, 2, 1].
- _______ charts are effective in comparing the frequency or count of categories in a dataset.
- Which SQL clause is used to filter records based on more than one condition?
- How does the concept of 'system thinking' enhance problem-solving in complex organizational environments?
- When presenting a data-driven story about population growth in various regions, which visualization technique would best convey this information?