adspace


Define views.

Answer Posted / Nikhil Kumar

A view is a virtual table based on the result-set of an SQL statement. It does not store data, but instead contains the SQL code to compute the data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the ways in which dynamic sql can be executed?

1093


What are the kinds of subquery?

1115


Why and when do stored procedure recompile?

1073


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

1139


Explain system functions or built-in functions? What are different types of system functions?

1069


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1079


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

1207


Can we do dml on views?

1041


Why should you use or avoid select * statements?

1120


What is acid mean in sql server?

1253


what is spatial nonclustered index

1066


What are wait types?

1258


What is the difference between upgrade and migration in sql server?

1190


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1221


How to enter binary string literals in ms sql server?

1253