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

How to find the login name linked to a given user name?

534


When we should use @@error?

541


What is the difference between varchar and nvarchar datatypes?

573


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

593


As per your opinion what are the five top responsibilities of a dba? : sql server database administration

613






How to convert numeric values to integers in ms sql server?

534


What happens when converting big values to numeric data types?

570


How can sql server instances be hidden? : sql server security

599


How would we use distinct statement? What is its use?

607


What is the recursive stored procedure in sql server?

527


What are the steps to follow to configure SQL*Net?

565


List out the differences between global and local temp tables in sql server?

577


How to test odbc dsn connection settings?

536


What are the lambda triggers?

487


Explain in brief about Microsoft SQL server?

547