What you'll learn:
- Learn how to use Laravel's Query Builder
- Understand MySQL queries
- Learn how to translate raw sql queries into query builder
- Understand main concepts around MySQL
- MySql subqueries
- MySql join and sub joins using query builder
In this course, we will go through Laravel's query builder together and understand how to fully utilize its power. We will be working with "sakila" sample database where we will write raw sql queries and then we will translate those raw queries using query builder. By the end of this course, you should be more than comfortable with query builder to use it in any of your project or at your work.