D. What are the usages of views in the relational database
Answers
Answered by
0
Answer:
A database view is a searchable object in a database that is defined by a query. A view can combine data from two or more table, using joins, and also just contain a subset of information.
Answered by
0
Answer:
Views are used to display only a particular data that a user wants to see and hides the other data
Explanation:
Similar questions