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
Is truncate autocommit?
What is dynamic cursor in SQL SERVER?
How to how to convert numeric expression data types using the convert() function??
How to list all stored procedures in the current database using ms sql server?
Mention a few common trace flags used with sql server?
What is create command?
What are the advantages to use stored procedures?
What is trigger explain with program?
What are the types of processing and explain each? : sql server analysis services, ssas
Write a program to fetch first 10 records from a file?
How adventureworkslt tables are related?
What is difference between count (*) and count 1?
What is instead of dml trigger?
How do I connect to sql server database?
Differentiate between SQL and ORACLE joins and write their syntax.