Microsoft Techies
Microsoft information center.
Sunday, 13 July 2014
SQL create a table with identity column
Create
TABLE
new_employees
(
id_num
int
IDENTITY
(
1
,
1
),
fname
varchar
(
20
)
)
Newer Post
Older Post
Home