Showing posts with label Uses. Show all posts
Showing posts with label Uses. Show all posts

What is the use of Checked and UnChecked operators?

Wednesday, July 15, 2009



They are used to control the overflow checking context for integral-type arithmetic operations and conversions.





www.codecollege.NET

What are the uses of Views?

Wednesday, July 8, 2009





1. Views are virtual tables (they dont store data physically) which gives a result
of data by joining tables. So you are not storing redundant data.


2. Views are used to produce reports from data


3. Views can be used to provide security to data by giving access only to views.



Blog Widget by LinkWithin