Multiple Choice
Structure of the CUSTOMERS table
-Which of the following commands will change the name of the LAST NAME column to LAST_NAME in the CUSTOMERS table?
A) ALTER TABLE customers MODIFY lastname to last_name;
B) ALTER TABLE customers CHANGE lastname to last_name;
C) ALTER TABLE customers MODIFY (lastname,last_name) ;
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The RENAME command can be used to
Q13: A database must be shut down before
Q14: Structure of the CUSTOMERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q15: If a new table is being created
Q16: Each _ name within a table must
Q18: A(n)_ simply identifies the type of data
Q19: A database _ is a defined,self-contained structure
Q20: Which of the following keywords can be
Q21: DML commands are used to create or
Q22: What is the difference between dropping a