Which command is used to change a table's behavior? Select one:RENAMEALTER DROPCREATE
Question
Which command is used to change a table's behavior? Select one:RENAMEALTER DROPCREATE
Solution
The command used to change a table's behavior is ALTER.
Similar Questions
Which SQL statement is used to change the name of a table?OptionsRENAMEMODIFYCHANGE TABLEALTER TABLE
Which of the SQL command is used to change the structure of a table after it has been created?UPDATEALTERDROPTRUNCATENone of the above
How can you rename a table named old_table to new_table in SQL? *1 pointRENAME TABLE old_table TO new_tableALTER TABLE old_table RENAME TO new_tableMODIFY TABLE old_table RENAME TO new_tableRENAME old_table TO new_table
Which of the following options is not correct?Select one:a.alter table emp drop column column_name;b.alter table emp modify name varchar(30);c.alter table emp add column_name varchar(25);d.alter table emp drop column_name;
Which command is used to add, change, or remove fields on an existing table?answerCREATE TABLEALTER TABLEINSERT INTODROP TABLE
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.