what is the purpose of creating view is sql server 2000
Answer Posted / anil sharma
Views are dynamic table that is it created at run time and
not stored on server database.
by using view we can solve typical query.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is standby servers? Explain types of standby servers.
Explain about integration services of Microsoft SQL server?
How to use user defined functions in expressions?
What is difference between rownum and row_number?
Is ssrs support other database except ms sql server?
How to create an identity column?
Do you know how to make remote connection in database?
What is the difference between having clause and where clause in sql server?
What is meant by datasource?
How to perform key word search in tables?
Can I delete event logs?
How do you rebuild an identity column?
What is indexing and its types?
How to define the name and server for a new dsn?
Mention the differences between substr and charindex in sql server.