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
What are the types of subscriptions in SQL Server replication?
How to create a trigger for insert only?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
What is query and its types?
What are cursors in ms sql server?
What is the difference between a "where" clause and a "having" clause?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
SQL Server Architecture ?
how you can deploy an ssrs report?
What is named calculation? : sql server analysis services, ssas
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
How do I start sql server agent automatically?
How can we check the sql server version?
What is report snapshot in ssrs?
How many triggers are possible per table?