Structure of the CUSTOMERS table
-Which of the following commands will increase the size of the CITY column in the CUSTOMERS table from 12 to 20 and increase size of the LASTNAME column from 10 to 14?
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
Q80: Which of the following rules does not
Q81: When using the ALTER TABLE...DROP COLUMN command,which
Q82: When modifying data in existing columns,which of
Q83: Structure of the CUSTOMERS table
Q84: Which of the following keywords cannot be
Q86: Once a column has been set as
Q87: Which of the following SQL*Plus commands will
Q88: Which of the following is displayed by
Q89: If you are creating a new table
Q90: Which of the following keywords can be
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents