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 ddl triggers and types of ddl trigger?
How do we know if any query is retrieving a large amount of data or very little data?
Write a query to find 5th highest amount paid from the customer table.
What is normalization according to you and explain its different levels?
What is sql server profiler?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
Can you explain different types of locks in sql server?
Explain the properties of sub-query in sql server?
What is a view and what are its advantages?
What is partition, how will you implement it? : sql server analysis services, ssas
What is the tcp/ip port on which sql server runs?
Can you explain the disadvantages/limitation of the cursor?
Is foreign key a primary key?
Define inner join? Explain with an example?
Differentiate between a local and a global temporary table?