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?
Explain me what is your favorite feature of laravel?
Explain how to configure cron jobs in homestead?
Is multiple php versions are supported by homestead?
How to get current environment in laravel 5?
What do you mean by terminable middleware?
How to pass csrf token with ajax request?
Explain what is laravel
What is repository in laravel?
State the difference between codeigniter and laravel.
What is view routes?
How to Storing Session Data in Laravel ?