CREATE TABLE SPBalanceSheet(symbol VARCHAR(10) NOT NULL, periodEnding DATE NOT NULL, cashAndCashEquivalents BIGINT NULL, shortTermInvestments BIGINT NULL,netReceivables BIGINT NULL,inventory BIGINT NULL,otherCurrentAssets BIGINT NULL, totalCurrentAssets BIGINT NULL,longTermInvestments BIGINT NULL,propertyPlantAndEquipment BIGINT NULL,goodwill BIGINT NULL, intangibleAssets BIGINT NULL,accumulatedAmortization BIGINT NULL,otherAssets BIGINT NULL, deferredLongTermAssetCharges BIGINT NULL,totalAssets BIGINT NULL,currentLiabilities BIGINT NULL,accountsPayable BIGINT NULL, shortCurrentLongTermDebt BIGINT NULL,otherCurrentLiabilities BIGINT NULL,totalCurrentLiabilities BIGINT NULL, longTermDebt BIGINT NULL,otherLiabilities BIGINT NULL,deferredLongTermLiabilityCharges BIGINT NULL, minorityInterest BIGINT NULL,negativeGoodwill BIGINT NULL,otherAssets2 BIGINT NULL,deferredLongTermAssetCharges2 BIGINT NULL, totalLiabilities BIGINT NULL,miscStockOptionsWarrants BIGINT NULL,redeemablePreferredStock BIGINT NULL, preferredStock BIGINT NULL,commonStock BIGINT NULL,retainedEarnings BIGINT NULL,treasuryStock BIGINT NULL, capitalSurplus BIGINT NULL,otherStockholderEquity BIGINT NULL,totalStockholderEquity BIGINT NULL, netTangibleAssets BIGINT NULL, PRIMARY KEY(symbol,periodEnding));