CRUD for Database Applications The acronym CRUD refers to all of the major functions that are implemented in relational database applications. Each letter in the acronym can map to a standard SQL statement:
Operation SQL Create INSERT Read SELECT Update UPDATE Delete DELETE
note: create the database as the name "php_crud". run it.