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
How to delete multiple rows with one delete statement in ms sql server?
Explain raiserror in sql server?
What is the tcp/ip port on which sql server runs?
What is difference between aggregate and analytic function?
What is index in an assignment?
What is pivot and unpivot?
How to create nested stored procedure?
How to create a Master database in SQL server ?
What gets stored inside msdb database?
explain different levels of normalization? : Sql server database administration
What is nonclustered index on computed columns?
Explain the categories of stored procedure?
Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication
What is difference in performance between insert top (n) into table and using top with insert?
Explain indexed views and partitioned view with their syntax.