What is necessary for your query on an existing view to execute successfully? ()
- A The underlying tables must have data.
- B You need SELECT privileges on the view.
- C The underlying tables must be in the same schema.
- D You need SELECT privileges only on the underlying tables.