IBM Interview Question

Describe CRUD.

Interview Answer

Anonymous

Jun 3, 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.