Question d’entretien chez IBM

Describe CRUD.

Réponse à la question d'entretien

Utilisateur anonyme

3 juin 2020

CRUD is a collection of operations done on database. C-Create R-Read U-Update D-Delete These 4 operations are performed on every database. Database technologies have their own queries to perform these operations.