Multiple Choice
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) Any of the above will work correctly.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Users in SQL Developer log into a
Q19: To run an SQL script,click the _
Q24: In SQL Developer,DBMS objects are displayed _.<br>A)
Q32: To create a new SQL query,click the
Q33: Which of the following is the easiest
Q34: Oracle Database XE 11.2 is a Web-based
Q39: An important reason for using Oracle Database
Q39: The default file extension for text files
Q42: Oracle Database 11g Release 2 uses _
Q59: The Oracle Database FORMAT_DATE function can be