Showing posts with label How to Create Table?. Show all posts
Showing posts with label How to Create Table?. Show all posts

Monday, 29 April 2013

How to Create Table?



How to Create Table?

Syntax:-

Create table <table name>
(<colname><datatype> [constraints])
(<colname><datatype> [constraints])
..........................................................
(<colname><datatype> [constraints])