what is the purpose of creating view is sql server 2000
Answer Posted / nithya.r
A view is a virtual table. A view serves as a security
mechanism. If we have several tables in a database and we
want to view only specific columns from specific tables we
can go for views. Using view we can avoid the complex
queries.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
how many triggers you can have on a table? : Sql server database administration
What is the fillfactor concept in indexes?
Explain timestamp datatype?
What is an entity-relationship diagram (erd)?
How to create sub reports?
Explain about system database?
How to turn off warning messages during php execution?
What is the stuff and how does it differ from the replace function?
Tell me what do we need queues in sql service broker?
How to generate create table script on an existing table in ms sql server?
How you can change the database name in SQL SERVER?
Which table keeps the locking information?
Do you know what is similarity and difference between truncate and delete in sql?
How can I create a report based on a query? : sql server management studio
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration