Correct Answer
verified
Multiple Choice
A) ALTER TABLE customers
MODIFY (city VARCHAR2(+8) ,lastname VARCHAR2(+4) ) ;
B) ALTER TABLE customers
MODIFY (city VARCHAR2(20) ,lastname VARCHAR2(14) ) ;
C) ALTER TABLE customers
MODIFY (city (+8) ,lastname (+4) ) ;
D) ALTER TABLE customers
MODIFY (city (20) ,lastname (14) ) ;
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) The column can store a total of 7 digits,with 5 on the left side of the decimal point,and 2 on the right.
B) The column can store a total of 7 digits,all of them on the right side of the decimal point.
C) The column can store a total of 5 digits,with 3 on the left side of the decimal point,and 2 on the right.
D) The column can store a total of 5 digits,all of them on the left side of the decimal point.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) %
B) *
C) #
D) '
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) MYTABLE
B) DISTINCT
C) SELECT
D) CHAR
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) ALTER TABLE promotion SET UNUSED (minretail) ;
B) ALTER TABLE promotion SET minretail UNUSED;
C) ALTER TABLE promotion SET UNUSED COLUMN minretail;
D) both a and c
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Showing 101 - 120 of 136
Related Exams