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
What is best backend framework?
Explain how to register a middleware in laravel?
Explain laravel contracts?
How to configure cron jobs in homestead?
What is ssrf attack?
What are http exceptions?
How does laravel handle assets?
Tell me why doesn't laravel use semantic versioning?
What is orm framework?
What are service providers?
What is a Middleware Parameters ?
How to upgrade valet to valet 2.0?
How to set database connection in laravel?
What is technology service provider?
How to create & register a service provider in laravel 5?