
Learn how left outer joins in SQL Server return all records from the left table while displaying matching course records and showing nulls for students without a course.
Explore how a full outer join returns all matching and non-matching records from both tables, contrasting left and right joins, with a student and course example.
Learn the different options for filtering data using SQL syntax as you continue the course on filtering data from multiple tables.
Learn how to use the group by clause in SQL Server to group data by gender ID and count students, enabling simple aggregation and summaries.
Use the sum function, an SQL aggregate, with inner joins across student, student_course, and course tables to group by student and total their credit hours while showing full names.
Demonstrate using the having clause to filter after a group by. Apply inner joins on student, student_course, and course to sum credits greater than five.
This course will teach you many SQL options to select, filter, and aggregate data. We also see some set operation features.
This course is designed for people who have basic database knowledge and some experience working with some kind of relational database tool. It can be on SQL Server, MySQL, PostgreSQL or Oracle. I strongly believe in short and simple courses that can get you ready in few hours as opposed to days and that's why I made sure this course to be less or equal to 2hrs.
We will not cover basic database operations like insert, update, delete and select data.
This course requires:
Basic computer skill
Basic understanding of database concepts
Who this course is for:
Developers who want to advance their SQL skill
IT Student who wants to have practical experience
People who are changing career to database development/administration
Who is teaching this course:
My name is Bereket Wolde and I started working database development for more than 15 years. I am also a certified SQL Server developer.
However, if you ever get stuck or need something that I don't cover in this course then feel free to reach out to me or add a comment on the course we will reach out to you at the earliest.
Join me today and I'll see you inside!