SQL Basics for Beginners
This video on 'SQL Basics for Beginners' will help you understand the basics of SQL and also sql queries which are very popular and essential.. In this SQL Tutorial for Beginners you will learn SQL from scratch with examples.
Following topics have been covered in this sql tutorial:
0:57 Introduction to SQL
3:48 Data and Database
6:25 How to Create a Database
7:37 Drop the Database
8:01 Table
9:55 Create a Table
10:47 Drop a Table
11:09 SQL Basic Queries
11:46 SELECT
12:33 WHERE
13:06 AND, OR, NOT
15:04 INSERT INTO
16:06 AGGREGATE FUNCTIONS
18:53 GROUP BY, HAVING, ORDER BY
21:26 NULL
22:57 UPDATE & DELETE
24:26 IN & BETWEEN OPERATORS
25:51 ALIASES IN SQL