Bineesh  Viswanath

Bineesh Viswanath

  • NA
  • 1k
  • 761.8k

Difference between numeric(18,0) and Int

Oct 12 2013 12:02 AM
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)