Skip to main content

SQL Server Certification Program

via Noble Desktop No rating
Book live on Noble Desktop
Format
Live or Self-paced

Choose how you learn

Compare formats, then explore the details for your choice.

Book directly on nobledesktop.com. Opens in a new tab.

Book live on Noble Desktop

Summary

This course provides comprehensive training in SQL Server, with the aim of helping students achieve their certification in the language upon completing the course. This course covers basic, intermediate, and advanced SQL techniques, meaning students will start by learning core database concepts and the differences between major types of SQL (as well as their ideal use cases).

Intermediate and advanced training will cover advanced analysis techniques, including how to work with joins, data types, aggregate functions, and date/time operations to uncover deeper insights and organize complex datasets. Students will learn to write sophisticated queries and utilize techniques like subqueries, CASE expressions, views, functions, and stored procedures. Taken together, these are all key skills for roles in data analysis, data science, and database management.

This course aims to ensure that students, regardless of their skill level, are prepared to work with SQL Server in a professional capacity upon completing the course. Each student will receive a certificate of completion upon graduation and will be able to work alongside certified trainers and experts as part of the live course structure.

Explore format options

Curriculum

What you'll learn

  • Understand core database concepts, including tables, rows, columns, and different types of SQL.
  • Explore data types, comparison operators, and case sensitivity to refine queries with greater control.
  • Perform calculations with aggregate functions like SUM, COUNT, AVG, MAX, and MIN to summarize data.
  • Apply date functions to extract, format, and compare dates for time-based analysis.
  • Implement conditional logic with CASE and IIF statements to dynamically transform query results.
  • Manipulate text data using string functions like SUBSTRING, CHARINDEX, UPPER, and others.
  • Build and query views, user-defined functions, and stored procedures to modularize your SQL code.

Course outline

  1. SQL Level 1 6 hours

    Learn the fundamentals of SQL and relational databases, including SQL syntax, database tables, and writing SQL queries. This course will also cover topics such as filtering results, using joins to combine data from multiple tables, and exploring databases with the SQL Server Management Studio app.

    • Understand core database concepts, including tables, rows, columns, and various types of SQL
    • Connect to databases and navigate SQL Server Management Studio using tools such as Object Explorer and Query Editor
    • Write SELECT statements to retrieve data, specify columns, sort results, and remove duplicates
    • Use WHERE, AND, OR, IN, and NOT clauses to filter data and apply pattern matching with wildcard characters
    • Explore data types, comparison operators, and case sensitivity to refine queries with more control
    • Learn how to join tables using INNER JOIN and understand relational database concepts with ER diagrams and table aliases
  2. SQL Level 2 6 hours

    Enhance your SQL skills by learning how to join, filter, group, and analyze data in this intermediate course. Discover techniques for outer joins, manipulating data types, working with dates and times, grouping data, and filtering grouped data. Gain the ability to extract and analyze specific data for actionable insights.

    • Compare INNER and OUTER JOIN types and use LEFT, RIGHT, and FULL JOINs to combine data across tables
    • Identify and work with NULL values to ensure complete and accurate data analysis
    • Use the CAST function to convert data types and make your queries more flexible
    • Perform calculations with aggregate functions like SUM, COUNT, AVG, MAX, and MIN to summarize data
    • Apply date functions to extract, format, and compare dates for time-based analysis
    • Group results using GROUP BY and filter grouped data using the HAVING clause for advanced segmentation
  3. SQL Level 3 6 hours

    This advanced course will take your SQL skills to the next level, where you will learn about subqueries, views, variables, functions, stored procedures, and more. Gain a deeper understanding of SQL techniques that will better prepare you for roles in data analysis, data science, and working with data in databases.

    • Write subqueries to create layered queries using single-value, multi-value, and table-value structures
    • Use window functions with OVER and PARTITION BY to apply aggregate logic across rows without grouping
    • Implement conditional logic with CASE and IIF statements to dynamically transform query results
    • Manipulate text data using string functions like SUBSTRING, CHARINDEX, UPPER, and more
    • Apply self-joins to compare records within the same table and understand their unique structure and use cases
    • Build and query views, user-defined functions, and stored procedures to modularize your SQL code

What's included

  • Free course retake within one year to refresh the material and gain practice.
  • Class recordings

Stated by the provider. Confirm what your tuition covers before enrolling.

Live classes

Choose dates and book your instructor-led class on nobledesktop.com.

Book live on Noble Desktop
  • In-person or live online

    Tue, Wed, Thu

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EST)

  • In-person or live online

    Wed, Thu, Fri

    10:00–17:00 · America/New_York (EST)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EST)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EST)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Thu, Fri, Mon

    10:00–17:00 · America/New_York (EDT)

  • In-person or live online

    Mon, Tue, Wed

    10:00–17:00 · America/New_York (EST)

Confirm current dates and availability on Noble Desktop before booking.

Self-paced course

Learn through recorded lessons on your own schedule.

This program is available for 30 days. You can choose when to start your access period. Once you activate, you will have 30 days to complete it (access the course materials, quizzes, projects and videos). You may request one extension of seven (7) days. Other extension requests will be evaluated on a case-by-case basis. Videos are not downloadable.

Book self-paced on Noble Desktop
Tuition
$1,699
Course length
24 hours
Schedule
On your schedule

This comprehensive SQL Server course is designed to prepare students for professional certification while building a strong foundation in database management and data analysis. The curriculum covers basic, intermediate, and advanced SQL techniques, beginning with core database concepts and the distinctions between major SQL types and their ideal use cases.

As students progress, they’ll explore advanced analysis methods such as working with joins, data types, aggregate functions, and date/time operations to extract meaningful insights from complex datasets. The course also covers writing sophisticated queries and using advanced features such as subqueries, CASE expressions, views, functions, and stored procedures.

Self-paced curriculum

What you'll learn self-paced

  • Understand core database concepts, including tables, rows, columns, and different types of SQL.
  • Explore data types, comparison operators, and case sensitivity to refine queries with greater control.
  • Perform calculations with aggregate functions like SUM, COUNT, AVG, MAX, and MIN to summarize data.
  • Apply date functions to extract, format, and compare dates for time-based analysis.
  • Implement conditional logic with CASE and IIF statements to dynamically transform query results.
  • Manipulate text data using string functions like SUBSTRING, CHARINDEX, UPPER, and others.
  • Build and query views, user-defined functions, and stored procedures to modularize your SQL code.

Self-paced course outline

  1. SQL Level I (Self-Paced) 6 hours

    Learn the fundamentals of SQL and relational databases, including syntax, database tables, and query writing. This course covers filtering results, using joins to combine data, and exploring databases through SQL Server Management Studio.

    • Understand core database concepts, including tables, rows, columns, and different types of SQL
    • Connect to databases and navigate SQL Server Management Studio using tools like Object Explorer and Query Editor
    • Write SELECT statements to retrieve data, specify columns, sort results, and remove duplicates
    • Use WHERE, AND, OR, IN, and NOT clauses to filter data and apply pattern matching with wildcard characters
    • Explore data types, comparison operators, and case sensitivity to refine queries with greater control
    • Learn to join tables using INNER JOIN and understand relational database concepts through ER diagrams and table aliases
  2. SQL Level II (Self-Paced) 6 hours

    Enhance your SQL skills by learning how to join, filter, group, and analyze data in this intermediate course. Discover techniques for outer joins, manipulating data types, working with dates and times, grouping data, and filtering grouped data. Gain the ability to extract and analyze specific data for actionable insights.

    • Compare INNER and OUTER JOIN types and use LEFT, RIGHT, and FULL JOINs to combine data across tables
    • Identify and work with NULL values to ensure complete and accurate data analysis
    • Use the CAST function to convert data types and make your queries more flexible
    • Perform calculations with aggregate functions like SUM, COUNT, AVG, MAX, and MIN to summarize data
    • Apply date functions to extract, format, and compare dates for time-based analysis
    • Group results using GROUP BY and filter grouped data using the HAVING clause for advanced segmentation
  3. SQL Level III (Self-Paced) 6 hours

    Take your SQL skills to the next level in this advanced course, where you’ll explore subqueries, views, variables, functions, stored procedures, and more. Deepen your understanding of SQL techniques to prepare for roles in data analysis, data science, and database management.

    • Write subqueries to create layered queries using single-value, multi-value, and table-value structures
    • Use window functions with OVER and PARTITION BY to apply aggregate logic across rows without grouping
    • Implement conditional logic with CASE and IIF statements to dynamically transform query results
    • Manipulate text data using string functions like SUBSTRING, CHARINDEX, UPPER, and more
    • Apply self-joins to compare records within the same table and understand their structure and use cases
    • Build and query views, user-defined functions, and stored procedures to modularize your SQL code

Course Reviews

No reviews yet

Be the first to share your experience with this course

Write the First Review

Find the path that fits your
career goals

Sign up for bootcamp advice

Enter your email to join our newsletter community.

By submitting this form, you agree to receive email marketing from Course Report.