1.

What is the hybrid model in SQL Server?(a) Combination of relational and XML data type columns(b) Combination of relational and non relational data type columns(c) Using XML with views(d) Using XML with triggersI got this question at a job interview.This is a very interesting question from Working With XML Data topic in portion Beyond Relational of SQL Server

Answer»

Correct answer is (a) Combination of RELATIONAL and XML data type columns

Best explanation: HYBRID model may YIELD BETTER performance in that you have more control over the indexes CREATED on the relational columns and locking characteristics.



Discussion

No Comment Found

Related InterviewSolutions