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 vagrantfile?
Explain how to register a middleware in laravel?
How can I learn laravel fast?
List some official packages provided by laravel?
Define laravel guard.
How to add a middleware in route group?
How to use stored procedures in laravel?
Who are Manually Authenticating Users in Laravel ?
Where is the authentication configuration file is located in laravel?
What are pros and cons of using laravel framework?
Where do you regiser service providers?
Define lumen.