Tag:

SQL

What is the best SQL data type for a Boolean?

BIT Correct Answer!REALUNIQUEIDENTIFIERNCHARTINYINTEGERShow Answer!

How many Clustered index can there be in a table in SQL?

1 Correct Answer!02InfiniteShow Answer!

The data type which is supported in SQL?

CURSORALL OF THESE Correct Answer!MONEYTINYINTIMAGEShow Answer!

SQL is a procedural language

False Correct Answer!TrueShow Answer!

Which of the following is the correct SQL statement to use to remove rows from a table?

DELETE Correct Answer!DROPREMOVEAll of the optionsShow Answer!

In SQL a NULL value is treated as a blank or 0

False Correct Answer!TrueShow Answer!