SELECT MAX(price)
FROM products;
max -------- 263.50 (1 row)
categories customers products orders order_details testproducts