1.

You have a column that will only contain values from 0 to 256. What is the most economical data type to use for the column?(a) TINYINT(b) SMALLINT(c) INT(d) DECIMAL(1)I had been asked this question in an interview for job.This interesting question is from Transformation of Relational Expressions topic in portion Query Processing Techniques of Database Management

Answer»

The CORRECT choice is (b) SMALLINT

Explanation: The bcp utility bulk copies data between an INSTANCE of Microsoft SQL Server and a data FILE in a user-specified FORMAT.



Discussion

No Comment Found

Related InterviewSolutions