1.

Which of the data type has a storage size of 8 bytes?(a) timestamp(b) uniqueidentifier(c) real(d) smallmoneyThis question was posed to me in a national level competition.Query is from Data Types in portion Laying the Foundation of SQL Server

Answer»

The CORRECT choice is (a) timestamp

Explanation: uniqueidentifier, real and SMALLMONEY data TYPES have STORAGE size of 16,4 and 4 bytes respectively.



Discussion

No Comment Found

Related InterviewSolutions