- How do you gather information about a table you want to insert, update, or delete data from?
- How do you insert data into a new table from an existing table in MySQL?
- How do you limit data to be deleted?
- What's an alternative way to delete all the rows in a table?
- How do you update data based on another table?
- What is an SQL transaction?
- How do you use transactions in MySQL?
- How do you add a column to a table?
- How do you change the data type of a column?
- How do you rename a column?