For getting every new tutorial link Please join our telegram group

laravel query builder introduction video tutorial by advanced web hindi

In this lecture we will discuss laravel database query builder introduction tutorial. query builder is one of the important concept to manage database in laravel.

Query builder vs eloquent orm

query builder is faster than eloquent orm because its contain light light data. it not content much functionalities like eloquent. where as eloquent have more functionality so it slow. one test say 5000 rows save eloquent take 4 second and query builder take only 2.5 second

We will discuss in this series

  1. insert,insertGetId
  2. get, where, orWhere, whereBetween, orWhere(function($query))
  3. where date
  4. compare two columns(whereColumn)
  5. first(),find(3),value('email')
  6. pluck
  7. select,addselect
  8. update
  9. update and insert
  10. delete,truncate
  11. Ordering, Grouping, Limit & Offset
  12. union
  13. Aggregates
  14. chunk
  15. exists
  16. notexists
php laravel developer anmol sharma

Anmol Sharma

I am a software engineer and have experience in web development technologies like php, Laravel, Codeigniter, javascript, jquery, bootstrap and I like to share my deep knowledge by these blogs.

Related tutorial links