Subject: CRUD - stands for Create, Read, Update, and Delete |
From: CVAIT USA <usa@cvait.com> |
Date: 7/15/2025, 12:50 PM |
To: usa@mint.ac |
INSERT statement. For
example, adding a new user to a user table.SELECT statement.UPDATE statement
is used for this purpose.DELETE statement
is used to remove records.