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 do you maen by method spoofing in laravel 5?
Tell me does laravel support php 7?
Explain how to register a middleware in laravel?
What is the difference between echo print print_r and var_dump?
What is bootstrap software development?
What are the steps to configure homestead?
What is difference between implicit and explicit route binding in laravel?
What is a laravel collection?
What is a soft delete?
What is db facade?
How do I seed my database for column that is a foreign key referencing to other table?
How to use custom table in laravel modal?