The Computer Store exercise 7

Back to The Computer Store

Compute the number of products with a price larger than or equal to $180.

| SELECT code FROM products WHERE price >= 180
| GROUP code COUNT
1 row 0 msec
code-count
5