Table: Opportunity
CREATE TABLE [dbo].[Opportunity]
( [Opportunity_ID] [varchar](18) NOT NULL, [Contact_ID] [varchar](18) NULL, [Lead_ID] [varchar](18) NOT NULL, [Opportunity_Status] [varchar](18) NOT NULL, [LastModifiedDate] [timestamp] NOT NULL, [Opportunity_ForecastAmount] [varchar](18) NOT NULL, [Opportunity_Name] [varchar](18) NOT NULL, [Product_ID] [varchar](18) NULL, [Quantity] [int] NULL, [Description] [text] NULL)
Sample Data