Draw a table and specify Primary key, field names and records?
Answers
Answered by
1
Answer:
T-SQL: Create a Primary key while creating a New Table. Syntax: CREATE TABLE <Table_Name> ( Column1 datatype, Column2 datatype,CONSTRAINT <Name> PRIMARY KEY (Column name) . ); Let's create a Table with One Column as a SQL Primary Key
Similar questions
English,
2 months ago
English,
2 months ago
Math,
5 months ago
Business Studies,
5 months ago
Science,
11 months ago