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 good for?
What is meant by Attaching Headers ?
What is a pull() ?
What is laravel homestead?
What is meant by Laravel - Validation ?
Do you know what is php artisan. List out some artisan commands?
What is php artisan. List out some artisan commands?
How to do dependency injection in laravel controllers?
How can we use the custom table in laravel?
What is laravel migration?
What are the steps to configure homestead?
How to create Facade in Laravel ?