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) INSERT INTO T3 VALUES ('Smith', TO_DATE ('02/10/14', 'DD/MM/YY') , 101) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Explain sequences and their relationship to surrogate
Q18: You do not need administrative privileges on
Q19: To run an SQL script,click the _
Q21: With Oracle Database,data must be entered using
Q22: What is the Oracle Database 11g XE
Q24: In SQL Developer,DBMS objects are displayed _.<br>A)
Q25: What is imported from Excel in order
Q27: The Oracle Database ODBC Client is automatically
Q28: What is an SQL script,and why are
Q28: Describe how to create and run an