OCA: Oracle 10g Administration I Study Guide: Exam 1Z0-042

OCA: Oracle 10g Administration I Study Guide: Exam 1Z0-042
ISBN-10
0782150756
ISBN-13
9780782150759
Category
Computers
Pages
672
Language
English
Published
2006-02-20
Publisher
John Wiley & Sons
Authors
Chip Dawes, Bob Bryla, Joseph C. Johnson

Description

The following removes orders from certain states: DELETE FROM orders WHERE state IN ('TX' , 'NY' , 'IL') AND order_date < TRUNC(SYSDATE) — 90 The following removes customer GOMEZ: DELETE FROM customers WHERE customer_id = 'GOMEZ'; ...

Similar books