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
Which types of relationships are available in laravel eloquent?
What is laravel eloquent?
How to enable the query logging?
Tell me how can you display html with blade in laravel?
How to create model controller and migration in a single artisan command in laravel?
What is csrf protection in laravel?
What do you mean by binding in laravel?
What is seed in laravel?
Do you know laravel service container?
How to make a helper file in laravel?
What is soft delete in laravel?
What do you mean by view composers?
How to turn off crsf protection for specific route in laravel?
How to create & register a service provider in laravel 5?
What is backend framework?