
Sakila database installation and setup
https://dev.mysql.com/doc/sakila/en/sakila-installation.html
In this lesson, we will run basic sql query to get some records from database and then we will translate that query using query builder
In this lesson we will have a look at keyword WHERE and how it works
In this lesson we will explore different ways of writing conditionals in query builder
In this lesson, we will briefly touch on joins and how joins work. Then we will write a multiple join query to get the results. Then we will build same query using query builder
In this lesson, we will look at keyword like and will also run a subquery to get some results. Then we will build the same query using query builder
In this lesson we will build a query using joins along with subquery to get results
In this lesson, we will build a complex query using couple of sub queries and then we will stitch the results to get desired data from database
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.