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
What are sql servers used for?
why would you use sql agent? : Sql server database administration
Is natural join and equi join same?
What is primary key and example?
How to change the name of a database user?
What is change data capture (cdc) in sql server 2008?
What happens if ntwdblib.dll is missing on your machine?
What is #temp and @table variable in SQL server?
Tell me something about security and sql azure?
What is triggers in ms sql server?
What are differences in between sql server 2012 and sql server 2016?
How to delete multiple rows with one delete statement in ms sql server?
Name and describe few console utilities for ssrs?
how will add additional conditions in sql?
Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?