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
Why we use Laravel - Artisan Console ?
How can we use maintenance mode in laravel 5?
List available types of relationships in laravel eloquent.
What is routing in laravel?
What do you know about php artisan?
What is factory in laravel?
Is react a library or a framework?
What is the role of service provider?
How to register a service provider in laravel?
How to create a controller in laravel?
How to stop valet?
Explain binding instances?
What is meant by Attaching Headers ?
What are some use valet commands?
What is laravel nova?