what is the purpose of creating view is sql server 2000
Answer Posted / reddi
to hide some confidential information
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of backups avaialabe in sql server 2005?
How do I create a stored procedure in dbml?
How to enter date and time literals in ms sql server?
What is the difference between update lock and exclusive lock?
What is bookmark link in ssrs?
Difference between DELETE and TRUNCATE?
What are the different types of replication are there in sql server 2000?
What happens if null values are involved in arithmetic operations?
What is tcl in sql server?
What is database white box testing?
Define tempdb database?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
Can another user execute your local temporary stored procedures?
Define right outer join in sql server joins?