CREATE TABLE IF NOT EXISTS internal_platform_db.app_group_product_info ( `username` STRING, `application_group` STRING, `application_group_owner` INT, `product_id` INT, `product_name` STRING, `product_owner` INT, `obs_product_id` INT, `obs_product_name` STRING, `obs_product_owner` INT, `department` STRING, `plan_product_id` INT, `plan_product_name` STRING, `plan_product_owner` INT, `application_group_numbers` STRING, `application_group_owners` STRING, `product_owners` STRING, `obs_product_owners` STRING, `plan_product_owners` STRING, `bg` STRING, `id` INT ) STORED AS ORC;