What are the operations perfom while Connecting the Database ?

Answer Posted / rishabh khanna

Insert Records : We can insert the record using the DB facade with insert method.

Retrieve Records : After configuring the database, we can retrieve the records using the DB facade with select method.

Update Records :We can update the records using the DB facade with update method.

Delete Records : We can delete the record using the DB facade with the delete method.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which types of relationships are available in laravel eloquent?

500


What is laravel eloquent?

509


How to enable the query logging?

542


Tell me how can you display html with blade in laravel?

507


How to create model controller and migration in a single artisan command in laravel?

506






What is csrf protection in laravel?

557


What do you mean by binding in laravel?

491


What is seed in laravel?

579


Do you know laravel service container?

523


How to make a helper file in laravel?

496


What is soft delete in laravel?

506


What do you mean by view composers?

546


How to turn off crsf protection for specific route in laravel?

497


How to create & register a service provider in laravel 5?

474


What is backend framework?

502