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

How do you install laravel?

0 Answers  


What is reverse path filtering?

0 Answers  


Tell me when laravel was launched?

0 Answers  


What are laravel contract’s?

0 Answers  


How do I seed my database for column that is a foreign key referencing to other table?

0 Answers  






What is the difference between facades vs helper functions?

0 Answers  


In order to run laravel. What permissions are required to be on storage and the bootstrap/cache directories?

0 Answers  


Write down the name of some aggregates methods provided by the laravel's query builder.

0 Answers  


State the difference between get and post method.

0 Answers  


Is laravel faster than rails?

0 Answers  


How long have you been using laravel?

0 Answers  


How to use insert statement in laravel?

0 Answers  


Categories