Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
What is ALTER TABLE command?
Contents
- What do you mean by ALTER TABLE command?
- What is basic of Alter command?
- What does the ALTER TABLE cause do?
What do you mean by ALTER TABLE command?
The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. The ALTER TABLE statement is also used to add and drop various constraints on an existing table.
What is basic of Alter command?
The SQL ALTER TABLE command is used to modify the definition (structure) of a table by modifying the definition of its columns.
What does the ALTER TABLE cause do?
ALTER TABLE changes the structure of a table. For example, you can add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. You can also change characteristics such as the storage engine used for the table or the table comment.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours