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 clear complete cache in laravel?
Explain how to redirect user with flashed session data in laravel?
Can we assign multiple middlewares to a route.
What are laravel’s contracts?
Explain extending bindings?
What is a Terminable Middleware ?
List some default packages provided by laravel 5.6?
Define composer.
What is service providers?
Explain named routes in laravel?
Do you know about laravel project?
What are the main features of laravel?
List the steps to configure laravel application.
Explain me what directories that need to be writable laravel installation?
How to access session data?