
Learn how to use and and or in SQL where clauses to filter records by multiple conditions, combining country and state such as USA and CA or France.
Sort retrieved data with the order by clause, choosing ascending or descending order across one or more columns such as last name and first name.
Learn how to use the update statement in MySQL to modify rows with set and where clauses, including low priority and ignoring errors, with examples updating emails and names.
Set up the sample Northwind database in MySQL from the attached script, then explore basic to advanced problems and join tables for meaningful results.
Tackle six basic MySQL problems to practice select statements, from clauses, and where conditions, listing shippers, category names, sales representatives, and orders by employee, plus suppliers not marketing manager.
Master practical MySQL queries in problems 7–12, including like with wildcards, filtering orders by ship country with or in, ordering by birth date, extracting date parts, and concatenating names.
WELCOME TO MY COURSE - "Learn MySQL and Solve 42 Practical Problems"
Why this course?
There are a lot of tutorials out there talking about basics of SQL language and statements, which is good. However, a lot of times, just learning the syntax won't bring you any further. That's what I feel when I was learning SQL. I would like to find Quizs and Problems to practice on the knowledge I learned. Yet, often times, it's difficult to find good problems to work on.
This course will first introduces the basics of SQL statements through MySQL, one of the most popular databases out there. If you are beginner, I definitely recommend you to go through this section. If you are seasoned developer, you are welcome to have a review. I encourage you to practice while learning those basic statements.
After that, you can jump into the more interesting section - solving problems. There are 42 problems divided into 3 categories, basic, intermediate and advanced. It will start with the very basics of SQL statements to make sure you understand what building tools and then moving to more advanced problems.
Almost every time, in an interview for a developer related position, there will be SQL questions. During those SQL questions, you will often face problems involving joining tables, a tough topic for a lot of people who has just begun with SQL. There aren't many good practice out there and that's why I would like to share in this course.
How to use this course?
In order to retain the knowledge you have learned, you will have to solve those problems yourself. You may follow the lessons to go through each of the problem, but you have to come back and solve the problems yourself. Besides that, to fight memory loss on what you have learned, you need to constantly come back to those problems to convert short term memory into long term memory, especially before interview. Not every key words or statement is covered in this course. You can always find quick tutorials and documents on it. The more valuable information is the practical problems and the process of solving it. I can provide you the former part but it's you who act as the second part.