CRUD stand for 'Create', 'Read', 'Update' and 'Delete'. Each function of CRUD represents a major function of working with relational database (SQL). SQL is a language made for managing data held for relational databases.
Example:
Create:
INSERT INFO table_name (:key => value);
Read