Lesson 6


Removing data in a a SQL Database using Delete

In this lesson you will use the delete statement to remove records in a database

Concepts used in this lesson include:

SQL Delete – used to remove data

Commands used in this lesson include

delete from actor where actor_id>200;
— Important do not forget the where clause