Posts by Leandro P. • 23 points
1 post
-
2
votes2
answers475
viewsQ: SQL - Bring the name of the city with the highest number of sales
What would be the Mysql query to bring the city name with the highest number of sales? CREATE TABLE `clientes` ( `Codigo` INT(11) NULL DEFAULT NULL, `Nome` VARCHAR(50) NULL DEFAULT NULL, `Cidade`…
sqlasked Leandro P. 23