Santiago Moresi

Generation

text to sql syntaxWed, 05 Jul 2023

Calcular la ganancia neta de las sucursales en el año 2019

SELECT branch_name, SUM(net_profit) FROM branches WHERE year = 2019 GROUP BY branch_name;

Want to kickstart your project?Use the new AI Studio to create your code