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
Explain what are the database objects? : SQL Server Architecture
what is the difference between Delete and Truncate command in SQL
What is the maximum rows in sql server table?
What is a print index?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Can you please differentiate between a primary key and a unique key?
How do triggers work?
What is the purpose of grouping data in a report?
Explain syntax for dropping triggers?
What is Federation Root Database?
What is #temp and @table variable in SQL server?
What is the native system stored procedure to execute a command against all databases?
What are distinctive joins find as a part of sql?
What's the information that can be stored inside a bit column?
Explain what are the authentication modes in sql server?