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
Multiple Choice
A) " "
B) | |
C) ' '
D) ( )
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) Column names can contain numbers.
B) Column names can be up to 30 characters in length.
C) Column names must begin with a letter.
D) Column names can contain an ampersand (&) .
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) The command's effect on the table is permanent.
B) You cannot delete the last remaining column in a table.
C) The command deletes both the column and its contents.
D) The command can be used to delete multiple columns from a table.
Correct Answer
verified
Multiple Choice
A) ALTER TABLE...RENAME
B) ALTER TABLE...SET NAME
C) RENAME...AS
D) RENAME...TO
Correct Answer
verified
Multiple Choice
A) 7
B) 30
C) 38
D) 255
Correct Answer
verified
Multiple Choice
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
Multiple Choice
A) ADD
B) MODIFY
C) CHANGE
D) RESET
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) 1
B) 8
C) 12
D) none of the above
Correct Answer
verified
Multiple Choice
A) " "
B) ' '
C) ( )
D) | |
Correct Answer
verified
Multiple Choice
A) DESC customers
B) DESCRIBE customers
C) DSC customers;
D) both a and b
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) data definition
B) data format
C) datatype
D) data record
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) data manipulation language (DML)
B) data control language (DCL)
C) data definition language (DDL)
D) data formatting language (DFL)
Correct Answer
verified
Showing 1 - 20 of 136
Related Exams