In the previous chapter, you saw how to extract data from databases using SQL. Now you'll look at another major use of SQL—modifying data in a database.
Data modification falls into three categories:
Adding new data
Modifying existing data
Deleting data
You'll look at each of these subjects in turn.