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 can someone change the default database type in laravel?
What is vagrantfile?
How to pass multiple variables by controller to blade file?
What is bootstrap software development?
What is factory in laravel?
How to generate a controller with resources in laravel?
How can we get the user's ip address in laravel?
How to bind a service container to a service provide.
List some default packages provided by laravel 5.6?
Differce between contracts and facades?
How to get last inserted id using laravel query?
How to start mysql on valet?