First page Back Continue Last page Graphics

Continuation of Notes


Notes:

DDL statements can be rolled back. TRUE or FALSE
INSERT, UPDATE, DELETE and SELECT statements are considered data manipulation language statements. TRUE or FALSE
I have a comma-delimited ASCII text file that I need to load into a table. What utility should I use? A. IMPORT B. EXPORT C. SQL*Loader D. It cannot be done.