what is the purpose of creating view is sql server 2000
Answer Posted / anil sharma
Views are dynamic table that is it created at run time and
not stored on server database.
by using view we can solve typical query.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is the difference between a stored procedure and a user defined function?
How fixed length strings are truncated and padded?
How to loop through the result set with @@fetch_status?
What do we have to check in database testing?
What does set rowcount do?
Can I use sql azure as a backup with log shipping or database mirroring?
What are the benefits and tasks of object explorer? : sql server management studio
Explain the use of containers in ssis and also their types?
Does an index slow down updates on indexed columns?
what is denormalization and when would you go for it? : Sql server database administration
What are the different types of Indexes available in SQL Server?
How can we determine what objects a user-defined function depends upon?
How optimize sql query with multiple joins in sql server?
What are tables in sql server?