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 laravel nova?
What is the laravel framework?
What is eloquent orm?
Do you know what is luman?
What is laravel forge?
Explain how to resolve class instance out of the container in laravel?
How to make a constant and use globally?
How to run a php file in laravel?
How to do dependency injection in laravel controllers?
What is laravel trait?
What do you call a single quote?
What is xss attack with example?