What are the operations perfom while Connecting the Database ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between forget() and the pull() method ?
What is escaping a string?
How to write html code in laravel controller?
What are the differences between laravel and codeigniter?
What is service provider in laravel?
What are the 3 service provider types?
What are the Forms in Laravel ?
What do you know about csrf token in laravel?
What are the basic concepts in laravel?
What is bootstrap in laravel?
What do you call a single quote?
What is meant by Logging ?
How to get JSON Response on Laravel ?
How to check if value is sent in request?
How to disable maintaince mode in laravel?