Delete Unnecessary Data

Learn how to delete data from the table.

We'll cover the following...

We’ll do plenty of hands-on exercises on retrieving data stored inside our customers database. Before we proceed, let’s delete the existing data from our database. We’ll then insert data that will be useful later.

Delete data from order_items, orders, and

...