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 is auditing in sql server?
How do I install only the client tools of sql server 2000?
What is row_number function?
What are ddl (data definition language) statements for tables in ms sql server?
How do you make a trace?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
how would you troubleshoot blocking? : Sql server database administration
Explain the microsoft sql server delete command?
What are character string data types in ms sql server?
Explain about thread and memory management process of SQL?
What is a deadlock and what is a live lock?
What is dirty page?
How to download and install sql server 2005 books online?
Why we should not use triggers?
How to connect to a sql server using odbc_connect()?