|
Explanation: : You can remove existing rows from a table by using the DELETE statement. DELETE [FROM] table [WHERE condition]; Incorrect answer : 1: Statement will not cause error 2: Delete statement will not delete the table structure 4: Statement will not cause error Reference: Introduction to Oracle9i : SQL, Oracle University Study Guide, 8-19
|