SQL Server Bootcamp
- 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 DesktopSummary
SQL is one of the most valuable skills you can have in a data-driven world, and this bootcamp covers it comprehensively, combining the content of our SQL Level 1, 2, and 3 classes into a single course. You'll start by learning how to navigate tables, columns, and rows, then work your way up to writing queries that extract exactly the information you're looking for. Along the way, you'll learn how to filter and group data, combine information from multiple tables using JOIN statements, and apply more advanced techniques like aggregate functions, subqueries, functions with parameters, and stored procedures. The course uses Microsoft SQL Server and the free SQL Server Management Studio app, and the concepts you'll pick up translate easily to other flavors of SQL like PostgreSQL, MySQL, and Microsoft Access with only minor syntax differences.
What makes SQL worth learning is how broadly it applies. Almost every industry runs on databases, and being able to pull meaningful insights from raw data gives you a bigger seat at the table no matter where you work. Whether you're a Business Analyst, Data Scientist, Web Developer, or just someone whose job involves working with data, SQL opens doors and makes you more effective at what you do. By the end of this bootcamp, you'll have the hands-on experience and the practical know-how to start putting it to work right away.
Curriculum
What you'll learn
- Explore information stored in a database (tables, columns, rows, etc.) using the graphical interface of SQL Server Management Studio (Microsoft’s free database tool)
- Write SQL queries to retrieve data from tables in a database
- Combine information from multiple tables with JOIN statements
- Filter data, group it, and sort it to extract the specific info you need
- Learn advanced techniques such as subqueries, string functions, and IF-Else logic with CASE
- Learn how to use views and functions with parameters instead of directly querying tables
Course outline
-
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
-
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
-
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.
- Course workbook
- 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.
-
–
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 (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 90 days. You can choose when to start your access period. Once you activate, you will have 90 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.
- Tuition
- $975
- Course length
- 18 hours
- Schedule
- On your schedule
In this self-paced SQL Server Bootcamp, you'll learn how to turn raw data into valuable insights by writing SQL queries. Starting with the basics of viewing tables, columns, and rows, you'll progress to filtering, grouping, and extracting the specific data you need. You'll also learn how to combine information from multiple tables using JOIN statements, and explore more advanced techniques like aggregate functions, subqueries, and working with parameters in functions, as well as implementing stored procedures.
This course provides hands-on practice using Microsoft SQL Server and the free SQL Server Management Studio (SSMS) app to explore databases and run queries. While focused on SQL Server, the concepts you’ll learn are transferable to other SQL variations like PostgreSQL and MySQL, with only minor syntax differences. Combining our Level 1, 2, and 3 SQL classes into a single comprehensive bootcamp, this course is perfect for anyone looking to work with data in fields like business analysis, data science, and web development, where SQL skills are essential for making data-driven decisions.
Self-paced curriculum
What you'll learn self-paced
- Explore data stored in a database (tables, columns, rows, etc.) using SQL Server Management Studio (Microsoft's free database tool).
- Write SQL queries to retrieve data from tables in a database.
- Combine information from multiple tables using JOIN statements.
- Learn to filter, group, and sort data to extract the specific information you need.
- Practice advanced techniques like subqueries, string functions, and IF-Else logic with CASE.
- Use views and functions with parameters instead of directly querying tables.
Self-paced course outline
-
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
-
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
-
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
What's included with self-paced
- Course workbook