Manipulating Data |
||||||
|
Now that you have created tables in the database, you learn how to insert data into the tables, update existing data, and delete data that is no longer required. You also learn how to save the changes you are making.
When using these statements, you can also control your transactions by choosing to save your data by using COMMIT operations or discard changes by using a ROLLBACK operation.
|
||||||