SQL - Views
You have a view defined as:
Which of the following queries will cause an error when run on this view?
CREATE VIEW product_prices AS SELECT DISTINCT product_id, price FROM products;
Which of the following queries will cause an error when run on this view?
