-- 1. Configures PolyBase for loading from a public blob storage container. -- 2. Loads the data into columnstore indexes -- 3. Generates millions of rows in the date dimension and sales fact tables - ...
ALTER TABLE employee ADD CONSTRAINT fk_employee__department_id FOREIGN KEY (department_id) REFERENCES department(id); ALTER TABLE employee ADD CONSTRAINT fk_employee ...