If T3 is a table with three columns C1,C2 and C3,where C1 is integer data,C2 is character data,and C3 is date data,which of the following would be the proper statement to have Oracle Database enter the date 02/10/14 into a row in table T3 while making sure that it is formatted correctly as shown?
A) SET INTO T3 VALUES (101, 'Smith', '02/10/14') ;
B) SET INTO T3 VALUES (101, 'Smith', TO_DATE ('02/10/14', 'DD/MM/YY') ) ;
C) INSERT INTO T3 VALUES (101, 'Smith', '02/10/2014') ;
D) INSERT INTO T3 VALUES (101, 'Smith', TO_DATE ('02/10/14', 'DD/MM/YY') ) ;
E) INSERT INTO T3 VALUES ('Smith', TO_DATE ('02/10/14', 'DD/MM/YY') , 101) ;
Correct Answer:
Verified
Q2: The NextVal method provides the next value
Q6: The CurrVal method provides the current value
Q17: The Oracle Database FORMAT_DATE function can be
Q31: SQL query results are displayed in a
Q33: In SQL Developer,DBMS objects are displayed _.
A)
Q36: The Oracle Database ODBC Client is installed
Q39: With Oracle Database,data must be entered using
Q40: The Oracle Database ODBC Client is automatically
Q41: To run an SQL script,click the _
Q42: Describe how to create and run an
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