Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL - Beyond The Basics
Rating: 4.3 out of 5(634 ratings)
3,824 students

SQL - Beyond The Basics

Go beyond simple database creation and queries into subqueries, variables, functions and more.
Created byInfinite Skills
Last updated 1/2017
English
English [Auto],

What you'll learn

  • create and interact with SQL databases at an intermediate to advanced level
  • utilize subqueries, variables, custom functions and more

Course content

9 sections44 lectures4h 19m total length
  • Important - Download These First - Working Files0:01
  • About This SQL Advanced Title4:59

    Explore advanced SQL concepts from subqueries and case statements to ranking, functions, views, and stored procedures, with practical guidance on data types, indexing, and transactions.

  • Relational Databases And Key Terms Explained7:45

    Explore relational databases and relational database management system, and see how tables relate through one-to-many links with primary and foreign keys, and how sql joins query parent and child records.

  • Recap Of SQL SELECT Command7:38

    Review the SQL select command, including select, from, where, group by, having, and order by, with join and aggregation examples.

  • Overview Of The Other DML Statements5:29

    Explore the three data manipulation language statements—insert, update, and delete—covering inserting values into a table, updating specific fields with set and where, and deleting records safely with a where clause.

  • How To Access Your Working Files3:22

    Learn to access SQL - beyond the basics working files by downloading, extracting the zip, and saving them to your desktop, then open them via the player.

  • Installing The Sample Data And Using The Working Files3:05

    Install the sample data using the chaptered working files and end-result references, then create tables and insert data from the included scripts to practice SQL.

Requirements

  • a working knowledge of SQL fundamentals

Description

In this SQL - Beyond the Basics training course, expert author Guy Vaccaro will dive deeper into SQL and covers advanced techniques. This course is designed for users that already have experience with SQL. You will start by learning a variety of useful skills, including how to convert datatypes, create a temporary table, and declare and use variables. From there, Guy will teach you about sub queries, the CASE statement, and numbering and ranking.

This video tutorial also covers using built in functions, creating and using your own functions, and creating views. Finally, you will learn about stored procedures, such as how to create and run a stored procedure, loop with WHILE and IF, and dynamically build SQL statements. Once you have completed this computer based training course, you will have expanded your skills and be able to make more efficient use of SQL.

Who this course is for:

  • students who have taken the introductory SQL course or who have a basic understanding of SQL