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


Please Help Members By Posting Answers For Below Questions

What do you mean by eloquent used in laravel 5?

419


Explain php artisan?

417


Explain me active record implementation. How to use it laravel?

382


Explain service container?

444


How to access laravel project from another computer?

390






What are route groups?

410


How to get data between two dates with query in laravel?

395


What is a service supplier?

399


How to use aggregate functions in laravel query?

410


What is meant by Modularity ?

512


What is blade in laravel?

428


Is laravel an open source?

411


Tell me what are the feature of laravel 5.0?

417


What is binding?

452


What is meant by Laravel - Encryption ?

914