SQL for Web Developers (Part II)
Before we move on to creating our first database, let‘s examine a common and important principle that all web developers should be familiar with…

CRUD stands for Create, Read, Update, and Delete which are the four basic functions of persistent storage. In SQL, the CRUD Operations are used in the following way: