Multiple choice technology web technology

CRUD stands for

  1. Create Read Update Delete

  2. Create Request Update Delete

  3. Create Read Update Drop

  4. Create Redo Update Direct

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

CRUD represents the four basic operations of persistent storage: Create (insert new records), Read (retrieve existing data), Update (modify existing records), and Delete (remove records). This pattern is fundamental in database management and web application development.