1.

Which of the following is a large object data type?(a) varchar(max)(b) varbinary(max)(c) nvarchar(max)(d) imageThe question was posed to me by my college professor while I was bunking the class.Origin of the question is Data Types topic in chapter Laying the Foundation of SQL Server

Answer»

The correct choice is (d) image

The explanation: In SQL Server, based on their STORAGE characteristics, some DATA TYPES are designated as LARGE value data types and large object data types.



Discussion

No Comment Found

Related InterviewSolutions