What is a view? is View updatable?

Answer Posted / fam

a view can be thought as either a store query or a virtual table,store query coz in db only select statement is store and virtual table coz it perfilter the underlying table.
it is updatable in case of simple view and it is non updatable in the case of complex 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 is user-defined inline table-valued function?

698


Can a unique index be created on a column, which contains null?

713


How to start and end transact-sql statements?

748


What are the default system databases in sql server 2000?

688


Why do we use functions?

683






What is an execution plan? How would you view the execution plan?

809


How is a full-text index updated?

702


Explain time data type in sal server 2008?

716


What is query parameter in ssrs?

132


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

666


Is it true that rules do not apply to data already existing in a database at the time the rule is created?

747


Explain the steps to use transact-sql cursor?

668


How do I schedule a sql server profiler trace?

701


What is data source object?

719


How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.

3564