✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following database query command: SELECT product_id, product_name, list_price FROM products WHERE list_price = ( SELECT MAX(list_price) FROM products ); What does MAX(list_price) perform?