Thursday, February 11, 2010

Find output

What will be the output of the following statement?

SELECT LEN(CAST(LEFT('026-100', 3) AS INT))

A. 2
B. 3
C. 7
D. Statement will generate an error.

Answer:[A]
Highlight to find out the answer.

No comments:

Post a Comment