Computer Science, asked by koreaboo13, 4 months ago

Which of the following data type is the most suitable for a primary key ? 


Answers

Answered by hemakumar0116
0

Answer:

INTEGER

Explanation:

Data Type. Integer (number) data types are the best choice for primary key, followed by fixed-length character data types.

Answered by aliyasubeer
0

Answer:

INT datatype is used.

Explanation:

A primary key is a column or a combination of columns that uniquely defines each row in a table. The int data type is the primary integer data type in SQL Server. The bigint data type is intended for use when integer values might exceed the range that is supported by the int data type.

Similar questions