show-notice
hide-notice

Sunday 7 July 2013

How to Create Table in Sql Server


Introduction
 
This article i will explain How to Create Table in Sql Server.


Sql Table

create table tbl_employ_oper
(
emp_id int identity primary key,
emp_fnmae varchar(25),
emp_surname varchar(25),
emp_birthdate datetime
)
 

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com