Skip to content

Instantly share code, notes, and snippets.

View iwanttobepowerful's full-sized avatar
🎯
Focusing

zzwwhh iwanttobepowerful

🎯
Focusing
View GitHub Profile
create table call_center (
cc_call_center_sk int,
cc_call_center_id varchar(16),
cc_rec_start_date date,
cc_rec_end_date date,
cc_closed_date_sk int,
cc_open_date_sk int,
cc_name varchar(50),
cc_class varchar(50),
cc_employees int,