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 are service providers?

0 Answers  


Please write some additional where clauses in laravel?

0 Answers  


What is validation in laravel and how it is used?

0 Answers  


What are advantages of laravel?

0 Answers  


How to enable query log in laravel 5?

0 Answers  






What is open source software?

0 Answers  


How to Assigning Middleware to Route ?

0 Answers  


How to share data with views?

0 Answers  


Do you know laravel eloquent?

0 Answers  


How do I make all of my forms bootstrap opinionated?

0 Answers  


What is orm laravel use?

0 Answers  


What is http middleware?

0 Answers  


Categories