SQL Tutorial Videos


  SQL > Tutorial Videos

Video tutorials on SQL:

  1. SQL Basics Tutorial Video: This video covers the following SQL keywords: SELECT ... FROM, DISTINCT, WHERE, ORDER BY, GROUP BY, and HAVING. After you finish watching this video, you'll be able to write basic SQL queries to retrieve data from a relational database.

  2. Union, Intersect, Minus Video: This video discusses how to combine two sets of results together in SQL. The following SQL keywords are covered: INTERSECT, UNION, UNION ALL, INTERSECT, and EXCEPT.

  3. Table Management Video: This video discusses how to manage a table in SQL. The following SQL commands are covered: CREATE TABLE, DROP TABLE, and TRUNCATE TABLE.

  4. Table Constraint Video: Discusses how to put constraints on a column so only certain values are allowed. The following types of constraints are discussed: NOT NULL, DEFAULT, UNIQUE, and CHECK.

  5. Surrogate Key Video: Explains the concept of surrogate keys, and covers the syntax of the following SQL commands: AUTO_INCREMENT, IDENTITY, SEQUENCE, and NEXTVAL.



Copyright © 2013 1keydata.com   All Rights Reserved.     Privacy Policy


SQL SELECT
SQL DISTINCT
SQL WHERE
SQL AND OR
SQL IN
SQL BETWEEN
SQL Wildcard
SQL LIKE
SQL ORDER BY
SQL Functions
SQL Average
SQL COUNT
SQL MAX
SQL MIN
SQL SUM
SQL GROUP BY
SQL HAVING
SQL ALIAS
SQL AS
SQL JOIN
SQL INNER JOIN
SQL OUTER JOIN
SQL LEFT OUTER JOIN
SQL CROSS JOIN
SQL SELECT UNIQUE
SQL ROUND
SQL CAST
SQL CONVERT
SQL CONCATENATE
SQL SUBSTRING
SQL INSTR
SQL TRIM
SQL LENGTH
SQL REPLACE
SQL DATEADD
SQL DATEDIFF
SQL DATEPART
SQL GETDATE
SQL SYSDATE

SQL CREATE TABLE
SQL Data Types
SQL CONSTRAINT
SQL NOT NULL
SQL DEFAULT
SQL UNIQUE
SQL CHECK
PRIMARY KEY
FOREIGN KEY
SQL View
SQL CREATE VIEW
SQL Index
SQL CREATE INDEX
SQL ALTER TABLE
SQL DROP TABLE
SQL TRUNCATE TABLE
SQL USE
SQL CREATE DATABASE
SQL DROP DATABASE
SQL INSERT INTO
SQL INSERT INTO SELECT
SQL UPDATE
SQL DELETE FROM

SQL Video Tutorial
SQL Jobs

Site Map
Resources





View this site in:
Traditional Chinese Version SQL 語法教學
Italian Version Tutorial de SQL
German Version SQL-Tutorial
French Version Tutoriel SQL
Spanish Version Tutorial de SQL
Dutch Version SQL Tutorial
Portuguese Version Tutorial de SQL
Japanese Version SQL 入門
Korean Version SQL 자습서
Simplified Chinese Version SQL语句教程