Sunday, 17 December 2017
How to create a table in sql server
How to create a table in sql server
create table students
(
stdID int primary key,
Name nvarchar(30),
Course nvarchar(30)
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment