Multiple choice technology databases

Select from the following, Transact-SQL internal keywords

  1. datetime

  2. hierarchyid

  3. status

  4. views

  5. value

Reveal answer Fill a bubble to check yourself
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.