This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |