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 antiforgerytoken used for?
What are the advantages of queue?
How will you explain middleware in laravel?
What is laravel eloquent?
How to get current environment in laravel 5?
How to write php code in laravel blade?
How to get JSON Response on Laravel ?
What are terminable middlewares?
What is uuid in laravel?
What is the significant difference between insert() and insertgetid() function in laravel?
What is redirect routes?
What are the basic concepts in laravel?