How would I use a single SELECT query to display the total count
How would I use a single SELECT query to display the total count of sales, and the lowest, average, and highest sale price in SQL?? I have a SALES table and a VEHICLE table, but don’t know how to JOIN. I’ve tried the following, but receive error message: SQL> SELECT COUNT (*) AS “COUNT OF […]