Get your own SQL server

SQL Statement:

 
SELECT MAX(price)
FROM products;        

Result:

 max
--------
 263.50
(1 row)