Select from the following, Transact-SQL internal keywords
-
datetime
-
hierarchyid
-
status
-
views
-
value
A,B,C
Correct answer
Explanation
Transact-SQL reserves certain keywords that have special meaning in the language. datetime is a data type keyword, hierarchyid is a data type for hierarchical data, and status is a reserved keyword. views and value are NOT reserved keywords in T-SQL. Knowing reserved words is important to avoid naming conflicts.