Murach's Oracle SQL and PL/SQL
How to insert, update, and delete data
This chapter teaches you how to code queries to modify the
data in a table using the SQL INSERT, UPDATE, and DELETE statements.
|
|
|
|
How to create the tables for this book |
212 |
|
How to create a copy of a table |
212 |
|
|
How to commit changes |
214 |
|
How to rollback changes |
214 |
|
|
How to insert a single row |
216 |
|
How to insert default values
and null values |
218 |
|
How to use a subquery to insert multiple
rows |
220 |
|
|
How to update rows |
222 |
|
How to use a subquery in
an UPDATE statement |
224 |
|
|
How to delete rows |
226 |
|
How to use a subquery in a DELETE statement |
226 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|
|
|