What is meant by CRUD and explain each of it Operations ?
Answer Posted / Abhay Pratap Singh
CRUD stands for Create, Read, Update, Delete, which are the four basic database operations. In Laravel, these operations are used to manipulate data stored in a database.n- Create: Inserting new records into the database.n- Read: Retrieving existing records from the database.n- Update: Modifying existing records in the database.n- Delete: Removing records from the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers