what is the purpose of creating view is sql server 2000
Answer Posted / reddi
a view is a database object, that contains no data of its own.
it's used for to hide some confidential information.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What is scalar user-defined function?
What are the transaction properties?
What is the use of builtinadministrators group in sql server? : sql server security
What is the use of custom fields in report?
What are examples of triggers?
Differentiate between truncate vs delete in mssql?
How to list all login names on the ms sql server?
Delete duplicate rows without using rowid.
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
How to insert stored procedure result into temporary table?
How to find table changes in sql server?
What is #table in sql server?
What is merge?
When should you use an instead of trigger?