In this chapter, you will learn how to modify data in tables. This includes learning how to use the INSERT, UPDATE, and DELETE statements. You will also learn about SQL transactions, which help to better control the modification of data. Finally, you will learn how to modify table structures.
In this chapter, we will cover the following topics:
- Inserting data into tables
- Deleting data from tables
- Updating data in tables
- Using transactions to save or revert changes
- Modifying the table structure