Remove Records

Sometimes updating records is not enough and we may need to delete the record.

As in the previous lesson, we’ll learn how to remove a record from the database. At the end of the lesson, our assignment will be to write code to delete a project.

The main keyword for this ...