What is a view? is View updatable?

Answer Posted / waseem

a view is a virtual table based on the result-set of an SQL
statement.
The fields in a view are fields from one or more real tables
in the database.

You can add SQL functions, WHERE, and JOIN statements to a
view and present the data as if the data were coming from
one single table.
A view always shows up-to-date data! The database engine
recreates the data, using the view's SQL statement, every
time a user queries a view.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are recommended options to be used while using db mirroring? : sql server database administration

766


Explain what is use of dbcc commands?

710


What are distinctive joins find as a part of sql?

702


What is report server project?

122


Which tcl commands are available on the sql server?

774






When does a workload on SQL Azure get throttled?

127


What is a trigger in sql server?

760


Can an automatic recovery be initiated by a user?

764


What is bcp? When does it used?

730


Explain what is the difference between a local and a global temporary table?

708


mention different types of relationships in the dbms?

700


How do you trace the traffic hitting a sql server?

808


What is field in algebra?

788


Why people hate cursor?

897


what is new philosophy for database devises for sql server 7.0? : Sql server database administration

667