182.
What is the result of the below query: SELECT SUBSTRING('DOTNET', 1, 3) AS 'Substring'
View Description
SUBSTRING - Returns part of a character, binary, text, or image expression in SQL Server 2012.