Valid 1z0-061 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-061 Exam! ExamDiscuss.com now offer the newest 1z0-061 exam dumps, the ExamDiscuss.com 1z0-061 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-061 dumps with Test Engine here:
You own a table called EMPLOYEES with this table structure: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE What happens when you execute this DELETE statement? DELETE employees;
Correct Answer: C
Explanation/Reference: Explanation: . You can remove existing rows from a table by using the DELETE statement. DELETE [FROM] table [WHERE. condition]; Incorrect answer: A. Statement will not cause error B. Delete statement will not delete the table structure D. Statement will not cause error Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 8-19