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
What are the advantages of log shipping?
What are the benefits of normalization?
How many instances per computer are there in sql server 2000?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What is a bit datatype?
What is standby servers? Explain types of standby servers.
How to find table changes in sql server?
What is db stored procedure?
How would you go about developing a ssrs report?
How to fetch the next row from a cursor with a "fetch" statement?
What are information schema views?
what are the new features in SSRS?
What is normalization of database?
Explain cross join or cartesian product in sql?
Can two tables share a primary key?