adspace


Explain the functionalities that views support?

Answer Posted / Abhay Kumar Pandey

{"view_functionalities": "Views offer several functionalities, including:n - Data security and data manipulation through defined access points.n - Simplification of complex queries by breaking them into smaller, more manageable parts.n - Hiding the underlying structure of a database from users or applications that do not require direct access to it.",n "example": "For instance, you could create a view that joins multiple tables and filters the data based on certain conditions, making it easier for users to query the data without having to understand the complex join statements required behind the scenes."}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between for xml raw and for xml auto?

1119


What is standby servers? Explain types of standby servers.

1081


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1134


How to remove duplicate rows from table except one?

1090


List out the different types of locks available in sql server?

1051


Why and when do stored procedure recompile?

1064


Disadvantages of the indexes?

1225


How efficient you are in oracle and SQL server?

1258


What is normalization and what are the advantages of it?

1057


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1200


List the ways in which dynamic sql can be executed?

1088


What kind of problems occurs if we do not implement proper locking strategy?

1500


How do I start sql server 2017?

1016


Can we shrink data file in sql server?

1130