Skip to Main Content
Data Analysis for Database Design, 3rd Edition
book

Data Analysis for Database Design, 3rd Edition

by David Howe
May 2001
Intermediate to advanced content levelIntermediate to advanced
336 pages
14h 36m
English
Butterworth-Heinemann
Content preview from Data Analysis for Database Design, 3rd Edition
 8SGDWLQJGDWD
Data may be updated by inserting new rows (INSERT), amending existing rows
(UPDATE) and deleting existing rows (DELETE). Note that ‘update’ (in lower case)
generally means insert, amend or delete, whereas UPDATE (in upper case) is the SQL
command to amend a row.
 ,QVHUWLQJGDWD
Example 1
INSERT INTO employee VALUES ('E6', 'Patel', 'R3', 'E4')
This inserts a new row into the employee table. The values are inserted into the columns
of employee in the order in which those columns appear in the CREATE TABLE
statement.
Example 2
INSERT INTO employee (emp_no, emp_name, sup_no) VALUES ('E3', 'Jones',
'E9')
This inserts the given values into ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Data Quality Engineering in Financial Services

Data Quality Engineering in Financial Services

Brian Buzzelli

Publisher Resources

ISBN: 9780750650861