what is the purpose of creating view is sql server 2000

Answer Posted / mehtab ullah

Purpose of view

Views hide data complexity.
Views add security by restricting access to the columns of a
table.
Views simplify the complex queries for the user.
View is a way to isolate application from changes in
definitions of base tables.
View is derived from the perant table.
View do not occupy any space in the memory .

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 default port for SQL Server over a firewall?

593


how you can move data or databases between servers and databases in sql server? : Sql server administration

485


Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

515


What do you mean by subquery?

586


What is primary key index?

537






Tell me what is difference between clustered and non clustered index?

558


how can you check the level of fragmentation on a table? : Sql server administration

541


why would you call update statistics? : Sql server database administration

577


What stored by the model?

552


What is nonclustered index on computed columns?

573


How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?

711


What is difference between materialized view and view?

491


How can you tell if a database object is invalid?

617


Is it possible in sql table to have more than one foreign key?

613


What do you know about normalization and de- normalization?

468