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 update query in laravel?
What are the databases laravel supports?
Why are migrations necessary?
Explain short notes on Laravel - Artisan Console and commands ?
Tell me in which language it was written?
What is the use of slug in laravel?
What do you understand by reverse routing?
What is db facade?
How to use updateorinsert() method in laravel query?
What is a recursive helper function?
What is x-csrf-token?
How to use laravel framework in php?