In sql server 2008, whats the new concepts?
-
XML data types
-
Table value parameters
-
Transactions
-
none of these
B
Correct answer
Explanation
Table-valued parameters (TVPs) were introduced in SQL Server 2008 as a new feature to pass multiple rows of data to stored procedures or functions. XML data types existed since SQL Server 2000, and transactions are a fundamental database concept present from early versions.