September 2008
Beginner to intermediate
768 pages
17h 40m
English
Most databases are dynamic — that is, the data changes. The exception is an archive database that holds historical information. Rewriting history is not a good idea!
Three primary commands are used to change data in a database: INSERT to add data, UPDATE to modify data, and DELETE to remove data. Each of these commands is called a Data Manipulation Language (DML) command. In this chapter, we cover the basics of INSERT, UPDATE, and DELETE.
Read now
Unlock full access