what is the purpose of creating view is sql server 2000
Answer Posted / thirumal
View is used to fetches the data from existing table and it
doesn't occupy any space in memory.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is #temp and @table variable in SQL server?
What happens if the update subquery returns no rows in ms sql server?
Tell me something about security and sql azure?
Is it possible to create trigger on views?
What is parameterized reports in ssrs ?
What is BCNF? How is it better than 2NF & 3NF?
How to modify existing triggers using "alter trigger"?
What are a database and a data warehouse?
Explain following error properties?
How to create nested stored procedure?
How you trouble shoot when any job fails
Why do we need different type of parameter?
Can we install sql server 2016 on windows 7?
How to stop a loop early with break statements in ms sql server?
What is faster join or union?