What are the operations perfom while Connecting the Database ?



What are the operations perfom while Connecting the Database ?..

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

More Laravel PHP Framework Interview Questions

What is antiforgerytoken used for?

0 Answers  


Explain me what is your favorite feature of laravel?

0 Answers  


Explain how to configure cron jobs in homestead?

0 Answers  


Is multiple php versions are supported by homestead?

0 Answers  


How to get current environment in laravel 5?

0 Answers  


What do you mean by terminable middleware?

0 Answers  


How to pass csrf token with ajax request?

0 Answers  


Explain what is laravel

0 Answers  


What is repository in laravel?

0 Answers  


State the difference between codeigniter and laravel.

0 Answers  


What is view routes?

0 Answers  


How to Storing Session Data in Laravel ?

1 Answers  


Categories