|
Explanation: This syntax provides correct way to load data with a direct-load insert. Incorrect Answer: 2: “Append” hint should be used in SELECT statement for direct-load insert. 3: This statement contains incorrect CREATE TABLE statement 4: This statement contains incorrect INSERT INTO TABLE statement. Reference: OCP Oracle 9i Database: Fundamentals II Exam Guide, Rama Velpuri, p. 449-462 Chapter 19: Loading Data into a database
|