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 would you use user_constraints table in DB?
What do you understand by physical_only option in dbcc checkdb?
What are information schema views?
What will be the maximum number of indexes per table?
What are the difference between primary key and unique key? : sql server database administration
Explain the etl (extraction, transformation, and loading)?
Can sql server 2016 run on windows 7?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
How many types of subqueries are there in sql server?
What is ms sql server service broker?
In how many ways you can invoke ssrs reports?
What is the web service used for reporting services?
How can I track the changes or identify the latest insert-update-delete from a table?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
in the physical file layout, where should the transaction log be stored in relation to the data file?