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


Please Help Members By Posting Answers For Below Questions

Does a server store data?

498


Difference between aggregate functions of sql?

649


Define msdb database?

594


How can we use ConnectorJ JDBC Driver with MS SQL?

564


What specific conditions database should meet, before you can bulk copy data into it using bcp?

532






What is query optimizer in sql server?

541


What is 4nf in normalization form?

560


What is the difference between char and varchar2 datatype in sql?

539


What authentication modes does sql server support?

592


How to verify the port number of the sql server?

550


How to get the definition of a trigger back?

544


How will you hide an attribute? : sql server analysis services, ssas

517


How can a database be repaired?

564


Ways to improve the performance of a SQL Azure Database?

103


What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?

3751