what is the purpose of creating view is sql server 2000
Answer Posted / kumar.t
1. View is logical representation of the table.
2. View is derived from the table.
3. view don't occupy any memory space.
purpose.
1. Security
2. Simplicity of the query.
Another Important Point : view is updatble.
By
Kumar.T
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How do I find the sql server version?
What is the difference between dbcc indexdefrag and dbcc reindex?
SQL Server Architecture ?
How to select all columns of all rows from a table with a select statement in ms sql server?
what is difference between NULL and ISNULL in SQL Server 2008?
Explain various On-Delete options in a DB table. Which is the default option?
What are truncate options available in sql server? : sql server database administration
What is difference between aggregate and analytic function?
Explain how dts is used to extract, transform and consolidate data?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What function does a database engine serve in the sql server?
Can I work with several databases simultaneously? : sql server management studio
How is table type constraint applied to a table?
What is the difference between varchar and nvarchar?
How many types of attribute relationships are there? : sql server analysis services, ssas