Monday 21, May 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    About Us    |    Contact Us

SQL Constraints

Constraints are specified when a table is created. They used to limit the type of data that can go into a table.

Here are some constraints which are commonly used with create table statement.

NOT NULL
UNIQUE
PRIMARY KEY
FOREIGN KEY

Example:

CREATE TABLE Users
(
U_Id int NOT NULL,
FirstName varchar(255),
LastName varchar(255),
City varchar(255),
PRIMARY KEY (U_Id)
)

 
     
   
SQL Tutorial
 
  SQL Introduction
SQL Introduction
  SQL Select
SQL Select
  SQL Where Clause
SQL Where Clause
  SQL Distinct
SQL Distinct
  SQL AND Operator
SQL AND Operator
  SQL OR Operator
SQL OR Operator
  SQL Order By
SQL Order By
  SQL Insert
SQL Insert
  SQL Update
SQL Update
  SQL Delete
SQL Delete
  SQL Join
SQL Join
  SQL Inner Join
SQL Inner Join
  SQL Left Join
SQL Left Join
  SQL Right Join
SQL Right Join
  SQL Full Join
SQL Full Join
  SQL Create Database
SQL Create Database
  SQL Create Table
SQL Create Table
  SQL Constraints
SQL Constraints
  SQL Alter Table
SQL Alter Table
  SQL Truncate Table
SQL Truncate Table
  SQL Drop
SQL Drop
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download develop your own database software  Ebook develop your own database software
   
Download PodcastingForFun&Profit Ebook PodcastingForFun&Profit
   
Download  Beginners Guide To Free Article Marketing Ebook Beginners Guide To Free Article Marketing
   
Download Video Marketing Tactics Using Ebook Video Marketing Tactics Using
   
Download 4 Surefire Plans To Unleash The Real Potential Of Private Label Rights Ebook 4 Surefire Plans To Unleash The Real Potential Of Private Label Rights
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz