Solved

Structure of the CUSTOMERS Table

Question 17

Multiple Choice

Structure of the CUSTOMERS table
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
-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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions