1
Answer

Difference between numeric(18,0) and Int

Bineesh  VP

Bineesh VP

11y
6.7k
1
Sir, what is differnce between numeric(18,0) and int?

suppose I have a column named studentId. In the declaration below, which perform faster?

studentId numeric(18,0).

studentId int.


Answers (1)