Multiple choice technology databases What is necessary for your query on an existing view to execute successfully The underlying tables must have data You need SELECT privileges on the view The underlying tables must be in the same schema You need SELECT privileges only on the underlying tables Reveal answer Fill a bubble to check yourself B Correct answer Explanation To query a view, a user must have the SELECT privilege on the view itself. They do not necessarily need direct privileges on the underlying base tables, as the view owner's privileges grant access.