MB6-704 · Question #60
MB6-704 Question #60: Real Exam Question with Answer & Explanation
The correct answer is A. A view can be created from a query. C. Views can be used to display a subset of the data from the source tables. E. The definition of the view is stored in the database when the view is synchronized.. A: A view uses a query to retrieve data fields from one or more database tables. C: A view enables you to retrieve and return only the data that is relevant for a particular user or A view can improve performance by returning only relevant fields to the user. E: When you create a
Question
Options
- AA view can be created from a query.
- BYou can update a view by using the Table Browser.
- CViews can be used to display a subset of the data from the source tables.
- DThe data for the view is refreshed periodically by using a batch job.
- EThe definition of the view is stored in the database when the view is synchronized.
Explanation
A: A view uses a query to retrieve data fields from one or more database tables. C: A view enables you to retrieve and return only the data that is relevant for a particular user or A view can improve performance by returning only relevant fields to the user. E: When you create a view, the view definition is generated and stored in the database. When that view is accessed, the view dynamically retrieves the data that satisfies the view definition.
Community Discussion
No community discussion yet for this question.