One table how may column and Primary key
Answers were Sorted based on User's Feedback
ONE COLUMN MAY HAVE N NUMBER OF COLUMNS,.. THERE IS NO RESTRICTION IN THAT.. BUT A TABLE SHOULD CONTAIN ONLY ONE PRIMARY KEY, BUT IT MAY HAVE N NUMBER OF UNIQUE KEYS.
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / shashi kishor prasad
In a Table there can have as many as 1024 colums but not
more than that is allowed. There can be only 1 primary key
in a table However you can combine multiple keys together to
act like a primary key that is called composite key.
Composite key is also a primary key, difference is that it
is a combination of no of colums that act as candidate key.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / rehan khan
guys first plz check the question what is exactly asked ok
the numbers of column in a table can range from 1 to 254 and only one primary key in a table .
Is This Answer Correct ? | 1 Yes | 0 No |
How to add more data to the testing table in ms sql server?
What is importing utility?
What is check constraint in sql server?
What are the advantages of user defined function?
Which stored procedure will you be running to add a linked server?
What is join query?
How to override dml statements with triggers?
how to know Who Is Blocking Your SQL Server?
What is a synonym for manipulation?
About DTS usage ?
What is raid, and how it can influence database performance?
What is Cross Join and in which scenario do we use Cross Join?