Computer Science
Fill in the blanks:
To increase the size of a column in an existing table, use command _________ _________.
DDL & DML
2 Likes
Answer
ALTER
Answer
TABLE
Answered By
1 Like
Related Questions
Fill in the blanks:
The _________ constraint creates a foreign key.
Fill in the blanks:
Issue _________ command to make changes to a table permanent.
Fill in the blanks:
To remove table data as well table structure, use command _________ _________.
Fill in the blanks:
To define a column as a primary key, _________ _________ constraint is used in CREATE TABLE.