October 2006
Intermediate to advanced
720 pages
17h 56m
English
INSERT, UPDATE, and DELETE statements define the DML commands. All of these may use joins, subqueries, correlated subqueries, and in-line views. The in-line views must be contained within a subquery or correlated subquery. DML commands can insert, update, or delete one to many rows of data.
The INSERT statement acts on rows of data. Inserting data into tables can be done row by row or by groups of rows. You have two potential ways to create insertion anomalies when inserting data.
One type of insertion anomaly happens when you insert two rows with the same information. Primary key constraints typically reduce the likelihood that the entire rows are duplicated, but it is possible to create repeating ...
Read now
Unlock full access