1.

Which of the following is not a limitation of view?(a) ORDER BY Does Not Work(b) Index Created on View Used Often(c) Cross Database Queries Not Allowed in Indexed View(d) Adding Column is Expensive by Joining Table Outside ViewThe question was asked in an online interview.The origin of the question is Views in portion Laying the Foundation of SQL Server

Answer»

Right answer is (b) INDEX Created on View Used OFTEN

Best explanation: VIEWS created on indexed Columns are often used because of performance optimization PROBLEMS.



Discussion

No Comment Found

Related InterviewSolutions