CRUD is the acronym for:
- Create
- Read
- Update
- Delete
All relational databases support these operations and can be directly mapped to SQL statements.
CRUD is the acronym for:
All relational databases support these operations and can be directly mapped to SQL statements.