
SQL
Instructor
assurance
Course Overview
SQL (Structured Query Language) is a programming language which is used to manage data stored in relational databases like MySQL, MS Access, SQL Server, Oracle, Sybase, Informix, Postgres etc.
Our SQL tutorial helps you learn SQL (Structured Query Language) in simple and easy steps so that you can start your database programming quickly. It covers most of the important concepts related to SQL for a basic to advanced understanding of SQL and to get a feel of how SQL works.
Course Content
- Introduction
- SQL Database
- SQL Table
- SQL Queries
-
SQL Views
-
SQL - CREATE View
-
SQL - UPDATE View
-
SQL - DROP or DELETE View
-
SQL - Rename View
-
SQL - WHERE Clause
-
SQL - TOP Clause
-
SQL - DISTINCT Keyword
-
SQL - ORDER BY Clause
-
SQL - Group By Clause
-
SQL - Having Clause
-
SQL - AND and OR Conjunctive Operators
-
SQL - BOOLEAN
-
SQL - Like Operator
-
SQL - IN Operator
-
SQL - ANY, ALL Operators
-
SQL - EXISTS Operator
-
SQL - CASE
-
SQL - NOT Operator
-
SQL - NOT EQUAL
-
SQL - IS NULL
-
SQL - IS NOT NULL
-
SQL - NOT NULL Constraint
-
SQL - BETWEEN Operator
-
SQL - UNION Operator
-
SQL - UNION vs UNION ALL
-
SQL - INTERSECT
-
SQL - EXCEPT
-
SQL - Alias Syntax
-
- SQL Joins
- SQL Keys
- SQL Indexes
-
Advanced SQL
-
SQL - Wildcards
-
SQL - Comments
-
SQL - Injection
-
SQL - Hosting
-
SQL - MIN() - MAX() function
-
SQL - Null Functions
-
SQL - Check Constraint
-
SQL - Default Constraint
-
SQL - Stored Procedures
-
SQL - NULL Values
-
SQL - Transactions toggle
-
SQL - Sub Queries
-
SQL - Handling Duplicates
-
SQL - Using Sequences
-
SQL - Auto Increment
-
SQL - Date & Time
-
SQL - Cursors
-
SQL - Common Table Expression (CTE)
-
SQL - Group By vs Order By
-
SQL - IN vs EXISTS
-
SQL - Database Tuning
-
- SQL Function