Question

What will the following query return, given a Products table with columns (product_id, category, price), if two different products in the "Electronics" category are tied for the highest price?     SELECT category, MAX(price) FROM Products     WHERE category = 'Electronics'     GROUP BY category;

A One row: "Electronics" with the single tied MAX price value
B Two rows, one for each tied product
C An error, since two rows have the same price
D NULL, because of the tie
E The query returns all products in the Electronics category individually
Practice Next

Hey! Ask a query

🎓
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
  • 200 Questions with Detailed Solutions
  • Section-wise Coverage (GA, English, Quant & Reasoning)