8 lines
81 B
SQL
8 lines
81 B
SQL
select
|
|
Dept,
|
|
avg(Weekly_Sales)
|
|
from
|
|
this
|
|
group by
|
|
Dept
|
|
|