what is the purpose of creating view is sql server 2000
Answer Posted / sundaresan
Views are used to select particular columns from a table
which is residing in a different DB. Once views are
crerated we can access the view to get the specified column
details from the table which is present in a different DB
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Does a specific recovery model need to be used for a replicated database? : sql server replication
Explain candidate key, alternate key, and composite key?
How are the unique and primary key constraints different?
What are the disadvantages of using querystrings to send data from one page to another?
How to connect php with different port numbers?
What is etl - extraction, transformation, and loading?
Tell me extended events in sql server 2008?
How do I find the sql server version?
What is the difference between a function and a stored procedure?
Does sql server use t sql?
what is a schema in sql server 2005? : Sql server database administration
Explain different types of Normalization.
Do you know what is sql injection?
How to insert multiple rows with one insert statement in ms sql server?
Where views are stored in sql server?