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
How can you list all the columns in a database?
How to count rows with the count(*) function in ms sql server?
What is relationship? What number of sorts of relationship are there?
How many types of database relationship in sql server?
How to rebuild indexes with alter index ... Rebuild?
Can you use order by when defining a view?
What are the differences between char and varchar in ms sql server?
What are alternate keys?
What the class forname () does?
How to grant a permission in ms sql server using "grant execute" statements?
What is a dataset and what are the different types of datasets?
Explain the third normal form(3nf)?
How to delete a login name in ms sql server?
How to count groups returned with the group by clause in ms sql server?
Give an example of SQL injection attack ?