CREATE TABLE osama_superstore.copy_orders ( row_id STRING, order_priority STRING, discount STRING, unit_price STRING, shipping_cost STRING, customer_id STRING, customer_name STRING, ship_mode STRING, customer_segment STRING, product_category STRING, product_subcategory STRING, product_container STRING, product_name STRING, product_base_margin STRING, region STRING, state_or_province STRING, city STRING, postal_code STRING, order_date STRING, ship_date STRING, profit STRING, quantity_ordered_new STRING, sales STRING, order_id STRING ) WITH SERDEPROPERTIES ('serialization.format'='1') STORED AS PARQUET LOCATION 'hdfs://elk.intrasoft.com.jo:8020/user/hive/warehouse/osama_superstore.db/copy_orders' TBLPROPERTIES ('COLUMN_STATS_ACCURATE'='true', 'numFiles'='1', 'numRows'='9426', 'rawDataSize'='226224', 'totalSize'='719936'