
Install the latest SQL Server Management Studio (SSMS) and enable AI assistants and code tools; Visual Studio is not required and older SSMS versions work.
This lecture explains how SQL Server stores data in tables with rows and columns, and how queries retrieve, insert, update, or delete data, comparing SQL tables to Excel.
Learn to use top to limit results and distinct to return unique rows in a select statement, with examples using first, middle, and last names.
Learn to alias columns and tables in SQL select statements using as, improve readability with capitalization, and apply optional table aliases like persons to clarify references.
Explains using the where clause to filter rows by first name or modified date, showing equals and less-than comparisons and common date format pitfalls.
Use the where clause with and, or, and brackets to combine conditions and refine queries. Filter by first name, last name, email promotion, and business entity id for precise results.
Learn the in operator in sql, a shorthand for multiple or conditions that matches a column value against a list, making queries like first name in (Michael, Amy) cleaner.
Learn how the not operator and not in clause exclude specific results in SQL queries, reverse conditions, and apply these techniques to simple selects from a person table.
Learn to use the group by clause with aggregate functions to sum quantity by location ID. See a practical example yielding total quantity per location and an alias.
Learn to use multiple aggregate functions with group by in SQL, displaying location, shelf, and bin counts alongside total quantity, and adopt as aliases for readability.
Explore how the having clause filters group by aggregates, showing why where can't filter totals and how to apply conditions on sums like total quantity in SQL Server.
Explore inner join theory by combining two tables on a common key and returning only matching records. See a customer and orders example to verify the results.
Practice inner joins and column selection by joining human resources employee and person with aliases to resolve ambiguous business entity ID and display job title, first name, and last name.
Explore union and union all as SQL set operators that combine results from multiple selects; union removes duplicates, union all preserves them, with matching column counts and order.
Learn to combine SQL functions, trim spaces before measuring length, and use left and right to extract the first or last characters.
SQL (Structured Query Language) is the universal language for working with data—and it's one of the most in-demand skills across industries like tech, finance, healthcare, marketing, and more. Whether you’re building web applications, analyzing customer trends, or automating business reports, SQL is the foundation of all data-related tasks.
Microsoft SQL Server is one of the most widely used database systems in the world, powering everything from small business tools to large enterprise systems. In this course, you’ll learn to work with SQL Server using T-SQL (Transact-SQL)—Microsoft’s powerful extension of standard SQL.
Are you new to databases and want to master Microsoft SQL Server from the ground up?
Do you want to confidently write queries, understand how data is stored, and prepare for real-world data tasks or interviews?
This beginner-friendly course is your complete step-by-step guide to learning SQL Server and T-SQL (Transact-SQL)—from installation to advanced querying techniques.
Why This Course?
Designed for beginners: Concepts explained simply and visually
Real-world focus: Learn using the AdventureWorks2022 sample database
Hands-on approach: Practice queries with immediate feedback
Covers both theory and application: Understand not just how, but why
Updated content: Aligned with modern SQL Server versions and practices
Course Structure:
Each section includes:
Clear explanations of SQL concepts
Real examples using AdventureWorks2022
Practice questions and answers
Quizzes and exercises to reinforce learning
Why Learn SQL Server?
SQL is one of the most in-demand skills across tech, finance, marketing, and beyond. Microsoft SQL Server is widely used by businesses to store, analyze, and manage data. Whether you're a developer, analyst, or aspiring data professional, learning SQL gives you a competitive edge.
Start your data journey today.
Enroll now and master the language of data—T-SQL with Microsoft SQL Server!