Chapter 6. Using MariaDB – Inserting, Updating, and Deleting
Getting data into the tables in our databases, and updating and deleting that data when necessary, is where we will spend a good portion of our time when working with MariaDB. To learn how to do this, we will be covering the following commands in this chapter:
- Using
INSERT
- Using
UPDATE
- Using
DELETE