Multiple Choice
Structure of the PROMOTION table
-Which of the following commands will change the name of the PROMOTION table to GIFT?
A) ALTER TABLE promotion NAME TO gift
B) ALTER TABLE promotion TO gift;
C) RENAME TABLE promotion TO gift;
D) RENAME promotion TO gift;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which command is used to rename a
Q2: The maximum width of the NUMBER datatype
Q4: What is the maximum width that can
Q5: When using the ALTER TABLE...DROP COLUMN command,which
Q6: The scale of a NUMBER column indicates
Q7: The syntax of the <u>CREATE TABLE</u> command
Q8: Which of the following terms refers to
Q9: When defining columns for a table in
Q10: Which of the following rules does not
Q11: The<u> TRUNCATE TABLE </u>command can be used