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
How to enable query log in laravel 5?
Why we use csrf token in laravel?
How do I see all defined routes?
Explain about Form without CSRF token in Laravel ?
Is laravel support caching? Explain
What is meant by Laravel - Validation ?
What are Global Middleware and Route Middleware ?
What is asset in laravel?
What is escape string?
What is mvc framework?
What is laravel service provider?
How to retrive/get current environment in laravel.
How to distroy cookies in laravel?
What are middlewares in laravel?
Explain laravel contracts?