Explain what are the restrictions that views have to follow? : sql server architect



Explain what are the restrictions that views have to follow? : sql server architect..

Answer / Ram Narayan Prajapati

"Views in SQL Server have several restrictions, including: 1) They cannot contain multiple SELECT statements or UNION operators. 2) They cannot modify data (INSERT, UPDATE, DELETE), although they can be used in these statements as a source for data manipulation. 3) They cannot be indexed directly, but indexes can be created on underlying tables that the view references. 4) They cannot contain subqueries within SELECT statements, though you can use them in FROM clause of subqueries."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB Architecture Interview Questions

What is DDL Interpreter?

1 Answers  


Explain about the implementation of stored procedures?

1 Answers  


What do you know about system database? : sql server architect

1 Answers  


What is internal database?

1 Answers  


How does Tuple-oriented relational calculus differ from domain-oriented relational calculus

1 Answers  


What is E-R model?

1 Answers  


What are data segments?

3 Answers  


What does n tier mean?

1 Answers  


What is database architecture?

1 Answers  


What are page splits? : sql server architect

1 Answers  


Explain the benefits of running stored procedure on a database engine?

1 Answers  


What is BCNF (Boyce-Codd Normal Form)?

1 Answers  


Categories