What are the benefits of using views?
What will be an ideal response?
The use of views provides several benefits.
First, views provide data independence.
The second benefit of using views is that different users can view the same data in different ways through his or her own view.
The final benefit of using views is that a view can contain only those columns required by a given user.
Computer Science & Information Technology
You might also like to view...
Fields that appear to hold multiple values are known as:
A) multicapacity fields. B) expressions. C) multivalued fields. D) compound values.
Computer Science & Information Technology
The ____ statement directs a program's flow through the statements within it, while counting through a range of numbers.
A. doTogether B. if C. for D. doInOrder
Computer Science & Information Technology