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 |
What is laravel service provider?
What are helper functions and name 10 with their purposes?
Which template engine laravel use?
How to work with Database in Laravel ?
What does csrf token in laravel 5?
What is the best package to set up billing and subscription with stripe and braintree?
What directories that need to be writable laravel installation?
What is orm laravel use?
Explain how to register a middleware in laravel?
How to create view Laravel - File Uploading ?
What is the use of accessors and mutators in eloquent?
How to share sites with external world on valet?