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 |
How to use traits in laravel?
What are the Writing Gates and Policies ?
How do I register an artisan command?
What is monolog library?
Write code to upload a file in laravel 5?
Explain what are laravel facades?
Do you know what is the latest version of laravel?
How can we turn off csrf protection for a particular route?
What is make method?
What are Global Middleware and Route Middleware ?
What is the use of in laravel?
What is eloquent?