CRUD Section Introduction
In this section we're going to walk through how to implement the full set of CRUD features into your database.
Guide Tasks
  • Read Tutorial
  • Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license

In this section of the course, we're going to talk about CRUD. Now CRUD in development circles stands for creating, reading, updating, and deleting. So what that essentially means is you're going to be able to add records to your database, run SQL queries, and be able to see what is contained in your database.

You will be able to edit, update which means to change records in your database. You’ll be able to delete or remove records. So we're going to talk about each one of the statements and how to define them in order to implement that in your database.