Creating Tables

Creating Tables - SQL Tutorial In Sinhala - Part 14

 Hits: 574

Create Table, Define Primary Key, Set Up Auto Increment, Required (Not Null) and Default Values
SQL Tutorial In Sinhala - Part 14

In this video you will learn how to :
1. Create Tables with CREATE TABLE Query
2. Delete Tables with DROP TABLE Query
3. Define Primary Key with PRIMARY KEY Clause
4. Setup Auto Increment for a Column with AUTO_INCREMENT 
5. Setup Required Fields with NOT NULL Clause
6. Setup Default values with DEFAULT Clause

Download Our SQL Query Web App (Includes Sample Database):
https://www.bestjobslk.com/download.php?v=Ur3q2ruqkC4


Categorised Under:
Structured Query Language