Objective: Design SQL queries to generate student performance reports and attendance statistics for a dashboard (Power BI / Google Data Studio). This repo contains schema, SQL extraction scripts, ...
1.Dropped the table sales if it already existed to avoid conflicts. 2.Created the table sales with appropriate columns and data types (INT, BIGINT, VARCHAR). 3.Inserted 20 rows of sales data into the ...