Hi guys,
As you can see, my query below displays the revenue by name for those who active.
Select First_Name, SUM(Total_Price*Num_Of_Products) from employees_new as E Inner join sales as S
on E.Employee_id=S.Employee_Id
Whe
As you can see, my query below displays the revenue by name for those who active.
Select First_Name, SUM(Total_Price*Num_Of_Products) from employees_new as E Inner join sales as S
on E.Employee_id=S.Employee_Id
Whe