Microsoft SQL for Beginners
Course Background:
SQL (Structured Query Language) is the language we use to interact with databases that store data. Thisallows us to retrieve data with ease and simplicity. As terms like business intelligence and bigdata become more familiar, businesses will need more people to learn the SQL language.
Course Overview:
SQL (Structured Query Language) is the language we use to interact with databases that store data. Thisallows us to retrieve data with ease and simplicity. As terms like business intelligence and bigdata become more familiar, businesses will need more people to learn the SQL language.
Learning Outcomes:
- Complete literal SELECT statements.
- Complete basic SELECT statements querying against a single table
- Filter data using the WHERE clause
- Sort data using the ORDER BY clause
- Learn about database design and normalization
- Using joins, return columns from multiple tables in the same query
- Understand the difference between the INNER JOIN, LEFT/RIGHT OUTER JOIN, and FULL OUTER JOIN
- Complete SQL statements that use aggregate functions
- Group data together using the GROUP BY clause
- Filter groups of data using the HAVING clause
This Course is Designed for:
This course is designed for anyone who wants to learn the skills