what is the data type in column id
Answers
Answered by
0
Answer:
int is (at least in C#) a nullable type, which opens for a couple of shortcuts when querying for data. ... And int is easier to read.
Similar questions