Which of the following commands removes all orders placed before April 1, 2009? a. DELETE FROM orders

Question:

Which of the following commands removes all orders placed before April 1, 2009?
a. DELETE FROM orders WHERE orderdate <‘01-APR-09’;
b. DROP FROM orders WHERE orderdate <‘01-APR-09’;
c. REMOVE FROM orders WHERE orderdate <‘01-APR-09’;
d. DELETE FROM orders WHERE orderdate >‘01-APR-09’;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: