What is meant by CRUD and explain each of it Operations ?



What is meant by CRUD and explain each of it Operations ?..

Answer / 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

More Laravel PHP Framework Interview Questions

What is acl in laravel?

1 Answers  


How to launch vagrant box?

1 Answers  


What are view creators?

1 Answers  


What is the use of the eloquent cursor() method in laravel?

1 Answers  


Tell me why laravel over other php frameworks?

1 Answers  


Explain few features of laravel?

1 Answers  


What is reverse routing in laravel?

1 Answers  


What is boot method in laravel?

1 Answers  


Does laravel support caching?

1 Answers  


Is laravel backend?

1 Answers  


What are the three types of authentication?

1 Answers  


How can we use maintenance mode in laravel 5?

1 Answers  


Categories