1.

What will the fn_Dominates return if A dominates B where A and B both are security label?(a) 0(b) 1(c) NULL(d) None of the mentionedI got this question by my school principal while I was bunking the class.The query is from Row Level Security topic in section Security of SQL Server

Answer»

The CORRECT answer is (b) 1

To EXPLAIN I would say: fn_Dominates (FUNCTION) compares TWO labels and determines whether label A DOMINATES label B.



Discussion

No Comment Found

Related InterviewSolutions