bronze.crm_cust_info
Customer information table containing demographic and registration data.Customer ID - Unique identifier for each customer
Customer key - Business key for customer identification
Customer first name
Customer last name
Customer marital status
Customer gender
Date when customer record was created
DDL
bronze.crm_prd_info
Product information table containing product catalog data.Product ID - Unique identifier for each product
Product key - Business key for product identification
Product name
Product cost
Product line or category
Product start date - When product became available
Product end date - When product was discontinued
DDL
bronze.crm_sales_details
Sales transaction details table containing order and sales information.Sales order number - Unique identifier for each order
Sales product key - Links to product information
Sales customer ID - Links to customer information
Sales order date - Date when order was placed (integer format)
Sales ship date - Date when order was shipped (integer format)
Sales due date - Date when order is due (integer format)
Sales amount (integer representation)
Sales quantity - Number of units sold
Sales price - Unit price