SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
---project CREATE TABLE mytable( company VARCHAR(29)-- NOT NULL PRIMARY KEY ,location VARCHAR(16) NOT NULL ,industry VARCHAR(15) ,total_laid_off INTEGER ,percentage_laid_off NUMERIC(6,4) ,date varchar(20) ,stage VARCHAR(14) ,country VARCHAR(20) NOT NULL ,funds_raised_millions NUMERIC(10,4) ); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Atlassian','Sydney','Other',500,0.05,'3/6/2023','Post-IPO','Australia',210); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SiriusXM','New York City','Media',475,0.08,'3/6/2023','Post-IPO','United States',525); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alerzo','Ibadan','Retail',400,NULL,'3/6/2023','Series B','Nigeria',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('UpGrad','Mumbai','Education',120,NULL,'3/6/2023','Unknown','India',631); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loft','Sao Paulo','Real Estate',340,0.15,'3/3/2023','Unknown','Brazil',788); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Embark Trucks','SF Bay Area','Transportation',230,0.7,'3/3/2023','Post-IPO','United States',317); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lendi','Sydney','Real Estate',100,NULL,'3/3/2023','Unknown','Australia',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('UserTesting','SF Bay Area','Marketing',63,NULL,'3/3/2023','Acquired','United States',152); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airbnb','SF Bay Area',NULL,30,NULL,'3/3/2023','Post-IPO','United States',6400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Accolade','Seattle','Healthcare',NULL,NULL,'3/3/2023','Post-IPO','United States',458); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Indigo','Boston','Other',NULL,NULL,'3/3/2023','Series F','United States.',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zscaler','SF Bay Area','Security',177,0.03,'3/2/2023','Post-IPO','United States',148); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MasterClass','SF Bay Area','Education',79,NULL,'3/2/2023','Series E','United States',461); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ambev Tech','Blumenau','Food',50,NULL,'3/2/2023','Acquired','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fittr','Pune','Fitness',30,0.11,'3/2/2023','Series A','India',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CNET','SF Bay Area','Media',12,0.1,'3/2/2023','Acquired','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flipkart','Bengaluru','Retail',NULL,NULL,'3/2/2023','Acquired','India',12900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kandela','Los Angeles','Consumer',NULL,1,'3/2/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truckstop.com','Boise','Logistics',NULL,NULL,'3/2/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thoughtworks','Chicago','Other',500,0.04,'3/1/2023','Post-IPO','United States',748); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iFood','Sao Paulo','Food',355,0.06,'3/1/2023','Subsidiary','Brazil',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Color Health','SF Bay Area','Healthcare',300,NULL,'3/1/2023','Series E','United States',482); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Waymo','SF Bay Area','Transportation',209,0.08,'3/1/2023','Subsidiary','United States',5500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PayFit','Paris','HR',200,0.2,'3/1/2023','Series E','France',495); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yellow.ai','SF Bay Area','Support',200,NULL,'3/1/2023','Series C','United States',102); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sonder','SF Bay Area','Travel',100,0.14,'3/1/2023','Post-IPO','United States',839); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Protego Trust Bank','Seattle','Crypto',NULL,0.5,'3/1/2023','Series A','United States',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Electronic Arts','Baton Rouge','Consumer',200,NULL,'2/28/2023','Post-IPO','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eventbrite','SF Bay Area','Consumer',80,0.08,'2/28/2023','Post-IPO','United States',557); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DUX Education','Bengaluru','Education',NULL,1,'2/28/2023','Unknown','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MeridianLink','Los Angeles','Finance',NULL,0.09,'2/28/2023','Post-IPO','United States',485); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sono Motors','Munich','Transportation',300,NULL,'2/27/2023','Post-IPO','Germany',126); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cerebral','SF Bay Area','Healthcare',285,0.15,'2/27/2023','Series C','United States',462); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amount','Chicago','Finance',130,0.25,'2/27/2023','Unknown','United States',283); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Palantir','Denver','Data',75,0.02,'2/27/2023','Post-IPO','United States.',3000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outreach','Seattle','Sales',70,0.07,'2/27/2023','Series G','United States',489); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stytch','SF Bay Area','Security',19,0.25,'2/27/2023','Series B','United States',126); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitSight','Tel Aviv','Security',40,NULL,'2/26/2023','Unknown','Israel',401); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twitter','SF Bay Area','Consumer',200,0.1,'2/25/2023','Post-IPO','United States',12900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ericsson','Stockholm','Other',8500,0.08,'2/24/2023','Post-IPO','Sweden',663); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SAP Labs','Bengaluru','Other',300,NULL,'2/24/2023','Subsidiary','India',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Velodyne Lidar','SF Bay Area','Transportation',220,NULL,'2/24/2023','Acquired','United States',575); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Medallia','SF Bay Area','Support',59,NULL,'2/24/2023','Acquired','United States',325); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eat Just','SF Bay Area','Food',40,NULL,'2/24/2023','Unknown','United States',465); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lucira Health','SF Bay Area','Healthcare',26,NULL,'2/24/2023','Post-IPO','United States',132); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stax','Orlando','Finance',24,NULL,'2/24/2023','Series D','United States',263); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Poshmark','SF Bay Area','Retail',NULL,0.02,'2/24/2023','Acquired','United States',153); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Merative','Ann Arbor','Healthcare',200,0.1,'2/23/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OneFootball','Berlin','Marketing',150,0.32,'2/23/2023','Series D','Germany',442); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Iconic','Sydney','Retail',69,0.06,'2/23/2023','Unknown','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('EVgo','Los Angeles','Transportation',40,NULL,'2/23/2023','Post-IPO','United States',400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StrongDM','SF Bay Area','Infrastructure',40,NULL,'2/23/2023','Series B','United States',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dapper Labs','Vancouver','Crypto',NULL,0.2,'2/23/2023','Series D','United States',607); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Messari','New York City','Crypto',NULL,0.15,'2/23/2023','Series B','United States',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vibrent Health','Washington D.C.','Healthcare',NULL,0.13,'2/23/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Synamedia','London','Media',200,0.12,'2/22/2023','Unknown','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TaskUs','San Antonio','Support',186,NULL,'2/22/2023','Post-IPO','United States',279); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arch Oncology','St. Louis','Healthcare',NULL,NULL,'2/22/2023','Series C','United States',155); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Immutable','Sydney','Crypto',NULL,0.11,'2/22/2023','Series C','Australia',279); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jounce Therapeutics','Boston','Healthcare',NULL,0.57,'2/22/2023','Acquired','United States',194); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Locomation','Pittsburgh','Transportation',NULL,1,'2/22/2023','Seed','United States',57); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Polygon','Bengaluru','Crypto',100,0.2,'2/21/2023','Unknown','India',451); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crunchyroll','Tokyo','Media',85,NULL,'2/21/2023','Unknown','Japan',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ethos Life','SF Bay Area','Finance',50,NULL,'2/21/2023','Series D','United States',406); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bolt','Lagos','Transportation',17,NULL,'2/21/2023','Series F','Nigeria',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Criteo','Paris','Marketing',NULL,NULL,'2/21/2023','Post-IPO','France',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Green Labs','Seoul','Food',NULL,NULL,'2/21/2023','Series C','South Korea',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PeerStreet','Los Angeles','Real Estate',NULL,NULL,'2/21/2023','Series C','United States',121); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zalando','Berlin','Retail',NULL,NULL,'2/21/2023','Post-IPO','Germany',467); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MyGate','Bengaluru','Other',200,0.3,'2/20/2023','Series B','India',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fireblocks','New York City','Crypto',30,0.05,'2/20/2023','Series E','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kinde','Sydney','Other',8,0.28,'2/20/2023','Seed','Australia',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fipola','Chennai','Food',NULL,1,'2/20/2023','Series A','United States',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HP','Tel Aviv','Hardware',100,NULL,'2/19/2023','Post-IPO','Israel',4200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tencent','Shenzen','Consumer',300,NULL,'2/17/2023','Post-IPO','China',12600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Evernote','SF Bay Area','Consumer',129,NULL,'2/17/2023','Acquired','United States',290); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chipper Cash','SF Bay Area','Finance',100,0.33,'2/17/2023','Series C','United States',302); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Digimarc','Portland','Other',NULL,NULL,'2/17/2023','Post-IPO','United States',105); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Reserve','SF Bay Area','Crypto',NULL,NULL,'2/17/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DocuSign','SF Bay Area','Sales',680,0.1,'2/16/2023','Post-IPO','United States',536); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pico Interactive','SF Bay Area','Other',400,0.2,'2/16/2023','Acquired','United States',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The RealReal','SF Bay Area','Retail',230,0.07,'2/16/2023','Post-IPO','United States',356); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Smartsheet','Seattle','Other',85,0.03,'2/16/2023','Post-IPO','United States',152); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Convoy','Atlanta','Logistics',NULL,NULL,'2/16/2023','Series E','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wix','Tel Aviv','Marketing',370,0.06,'2/15/2023','Post-IPO','Israel',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ServiceTitan','Los Angeles','Sales',221,0.08,'2/15/2023','Series G','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Neon','Sao Paulo','Finance',210,0.09,'2/15/2023','Series D','Brazil',720); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jellysmack','Paris','Media',208,NULL,'2/15/2023','Series C','France',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DigitalOcean','New York City','Infrastructure',200,0.11,'2/15/2023','Post-IPO','United States',491); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sprinklr','New York City','Support',100,0.04,'2/15/2023','Post-IPO','United States',429); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Betterment','New York City','Finance',28,NULL,'2/15/2023','Series F','United States',435); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Divvy Homes','SF Bay Area','Real Estate',NULL,NULL,'2/15/2023','Series B','United States',180); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Milkrun','Sydney','Food',NULL,0.2,'2/15/2023','Series A','Australia',86); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Momentive','SF Bay Area','Marketing',NULL,0.14,'2/15/2023','Post-IPO','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Observe.AI','SF Bay Area','Support',NULL,NULL,'2/15/2023','Series C','United States',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Religion of Sports','Los Angeles','Media',NULL,NULL,'2/15/2023','Series B','United States',63); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tackle','Boise','Other',NULL,0.15,'2/15/2023','Series C','United States',148); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vicarious Surgical','Boston','Healthcare',NULL,0.14,'2/15/2023','Post-IPO','United States',185); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CommerceHub','Albany','Retail',371,0.31,'2/14/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HackerEarth','SF Bay Area','HR',NULL,0.08,'2/14/2023','Series B','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PhableCare','Bengaluru','Healthcare',NULL,0.7,'2/14/2023','Series B','India',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Udemy','SF Bay Area','Education',NULL,0.1,'2/14/2023','Post-IPO','United States',311); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twilio','SF Bay Area','Other',1500,0.17,'2/13/2023','Post-IPO','United States.',614); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Electric','New York City','Other',141,0.25,'2/13/2023','Series D','United States',212); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('EMX Digital','New York City','Marketing',100,1,'2/13/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PetLove','Sao Paulo','Retail',94,NULL,'2/13/2023','Series C','Brazil',225); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iRobot','Boston','Consumer',85,0.07,'2/13/2023','Acquired','United States',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Collective Health','SF Bay Area','Healthcare',54,NULL,'2/13/2023','Series F','United States',719); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Magic Eden','SF Bay Area','Crypto',22,NULL,'2/13/2023','Series B','United States',170); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Casavo','Milan','Real Estate',NULL,0.3,'2/13/2023','Unknown','Italy',708); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Foodpanda','Singapore','Food',NULL,NULL,'2/13/2023','Acquired','Singapore',749); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Getir','London','Food',NULL,NULL,'2/13/2023','Series E','United Kingdom',1800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LinkedIn','SF Bay Area','HR',NULL,NULL,'2/13/2023','Acquired','United States',154); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Moladin','Jakarta','Transportation',360,0.11,'2/12/2023','Series B','Indonesia',138); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TripleLift','New York City','Marketing',100,0.2,'2/10/2023','Acquired','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TikTok India','Mumbai','Consumer',40,NULL,'2/10/2023','Acquired','India',9400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Open Co','Sao Paulo','Finance',NULL,NULL,'2/10/2023','Series D','Brazil',140); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rigetti Computing','SF Bay Area','Hardware',NULL,0.28,'2/10/2023','Post-IPO','United States',298); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yahoo','SF Bay Area','Consumer',1600,0.2,'2/9/2023','Acquired','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Misfits Market','Philadelphia','Food',649,0.33,'2/9/2023','Series C','United States',526); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Deliveroo','London','Food',350,0.09,'2/9/2023','Post-IPO','United Kingdom',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Olive AI','Columbus','Healthcare',215,0.35,'2/9/2023','Series H','United States',856); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oportun','SF Bay Area','Finance',155,0.1,'2/9/2023','Post-IPO','United States',566); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GitLab','SF Bay Area','Product',130,0.07,'2/9/2023','Post-IPO','United States',413); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bark','New York City','Retail',126,0.12,'2/9/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nomad Health','New York City','Healthcare',119,0.17,'2/9/2023','Unknown','United States',218); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Veriff','Tallinn','Security',66,0.12,'2/9/2023','Series C','Estonia',192); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('REE Automotive','Tel Aviv','Transportation',31,0.11,'2/9/2023','Post-IPO','Israel',317); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GitHub','SF Bay Area','Product',NULL,0.1,'2/9/2023','Acquired','United States',350); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quillt','St. Louis','Media',NULL,NULL,'2/9/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeTrade','Bengaluru','Crypto',NULL,1,'2/9/2023','Unknown','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoDaddy','Phoenix','Marketing',530,0.08,'2/8/2023','Post-IPO','United States',800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Affirm','SF Bay Area','Finance',500,0.19,'2/8/2023','Post-IPO','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gusto','SF Bay Area','HR',126,0.05,'2/8/2023','Series E','United States',746); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gong','SF Bay Area','Sales',80,0.07,'2/8/2023','Series E','United States',583); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Beam Benefits','Columbus','Healthcare',31,0.08,'2/8/2023','Series E','United States',168); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Equitybee','SF Bay Area','Finance',24,0.25,'2/8/2023','Series B','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Baraja','Sydney','Transportation',NULL,0.75,'2/8/2023','Unknown','Australia',63); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Koho','Toronto','Finance',NULL,0.14,'2/8/2023','Series D','Canada',278); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Medly','New York City','Healthcare',NULL,1,'2/8/2023','Series C','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nearmap','Sydney','Construction',NULL,0.2,'2/8/2023','Acquired','Australia',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zoom','SF Bay Area','Other',1300,0.15,'2/7/2023','Post-IPO','United States',276); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('eBay','SF Bay Area','Retail',500,0.04,'2/7/2023','Post-IPO','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SecureWorks','Atlanta','Security',212,0.09,'2/7/2023','Post-IPO','United States',83); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salesloft','Atlanta','Sales',100,0.1,'2/7/2023','Acquired','United States',245); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Openpay','Melbourne','Finance',83,1,'2/7/2023','Post-IPO','Australia',299); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LearnUpon','Dublin','Education',27,0.09,'2/7/2023','Private Equity','Ireland',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sana Benefits','Austin','HR',NULL,0.19,'2/7/2023','Series B','United States',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dell','Austin','Hardware',6650,0.05,'2/6/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loggi','Sao Paulo','Logistics',300,0.07,'2/6/2023','Series F','Brazil',507); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Catch.com.au','Melbourne','Retail',100,NULL,'2/6/2023','Acquired','Australia',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VinFast US','Los Angeles','Transportation',80,NULL,'2/6/2023','Subsidiary','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Drift','Boston','Marketing',59,NULL,'2/6/2023','Acquired','United States',107); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pocket Aces','Mumbai','Media',50,0.25,'2/6/2023','Unknown','India',19); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clari','SF Bay Area','Sales',20,NULL,'2/6/2023','Series F','United States',496); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('C6 Bank','Sao Paulo','Finance',NULL,NULL,'2/6/2023','Unknown','Brazil',2300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Daraz','Singapore','Retail',NULL,0.11,'2/6/2023','Unknown','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TenureX','Tel Aviv','Finance',NULL,NULL,'2/6/2023','Seed','Israel',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kyruus','Boston','Healthcare',70,NULL,'2/5/2023','Unknown','United States',183); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lightico','Tel Aviv','Finance',20,0.25,'2/5/2023','Series B','Israel',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FarEye','New Delhi','Logistics',90,NULL,'2/3/2023','Series E','India',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Protocol Labs','SF Bay Area','Crypto',89,0.2,'2/3/2023','Unknown','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Finder','Sydney','Retail',NULL,0.15,'2/3/2023','Unknown','Australia',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Byju''s','Bengaluru','Education',1500,NULL,'2/2/2023','Private Equity','India',5500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Okta','SF Bay Area','Security',300,0.05,'2/2/2023','Post-IPO','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Autodesk','SF Bay Area','Other',250,0.02,'2/2/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mindstrong','SF Bay Area','Healthcare',127,NULL,'2/2/2023','Series C','United States',160); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NCC Group','Manchester','Security',125,0.07,'2/2/2023','Post-IPO','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Miro','SF Bay Area','Other',119,0.07,'2/2/2023','Series C','United States',476); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Getir','New York City','Food',100,NULL,'2/2/2023','Series E','United States',1800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Highspot','Seattle','Sales',100,0.1,'2/2/2023','Series F','United States',644); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bittrex','Seattle','Crypto',80,NULL,'2/2/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snowplow','London','Data',40,NULL,'2/2/2023','Series B','United States',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Articulate','New York City','Education',38,NULL,'2/2/2023','Series A','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Desktop Metal','Boston','Other',NULL,NULL,'2/2/2023','Post-IPO','United States',811); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Getaround','SF Bay Area','Transportation',NULL,0.1,'2/2/2023','Post-IPO','United States',948); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NCSoft','Seoul','Consumer',NULL,0.2,'2/2/2023','Post-IPO','South Korea',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Talkdesk','SF Bay Area','Support',NULL,NULL,'2/2/2023','Series D','United States',497); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Splunk','SF Bay Area','Data',325,0.04,'2/1/2023','Post-IPO','United States',2400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pinterest','SF Bay Area','Consumer',150,NULL,'2/1/2023','Post-IPO','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DraftKings','Boston','Consumer',140,0.04,'2/1/2023','Post-IPO','United States',719); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cyren','Washington D.C.','Security',121,NULL,'2/1/2023','Post-IPO','United States',161); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workato','SF Bay Area','Other',90,0.1,'2/1/2023','Series E','United States',415); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VerticalScope','Toronto','Media',60,0.22,'2/1/2023','Post-IPO','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wheel','Austin','Healthcare',56,0.28,'2/1/2023','Series C','United States',215); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chainalysis','New York City','Crypto',44,0.05,'2/1/2023','Series F','United States',536); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Appgate','Miami','Security',34,0.08,'2/1/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Exterro','Portland','Legal',24,0.03,'2/1/2023','Private Equity','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TheSkimm','New York City','Media',17,0.1,'2/1/2023','Series C','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ada','Toronto','Support',NULL,NULL,'2/1/2023','Series C','Canada',190); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bustle Digital Group','New York City','Media',NULL,0.08,'2/1/2023','Series E','United States',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Frequency Therapeutics','Boston','Healthcare',NULL,0.5,'2/1/2023','Post-IPO','United States',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MariaDB','Helsinki','Data',NULL,0.08,'2/1/2023','Post-IPO','Finland',245); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Match Group','New York City','Consumer',NULL,0.08,'2/1/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Omnipresent','London','HR',NULL,NULL,'2/1/2023','Series B','United States',137); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Picnic','Seattle','Food',NULL,NULL,'2/1/2023','Unknown','United States',52); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rivian','Detroit','Transportation',NULL,0.06,'2/1/2023','Post-IPO','United States',10700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PayPal','SF Bay Area','Finance',2000,0.07,'1/31/2023','Post-IPO','United States',216); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NetApp','SF Bay Area','Data',960,0.08,'1/31/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workday','SF Bay Area','HR',525,0.03,'1/31/2023','Post-IPO','United States',230); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HubSpot','Boston','Marketing',500,0.07,'1/31/2023','Post-IPO','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Upstart','SF Bay Area','Finance',365,0.2,'1/31/2023','Post-IPO','United States',144); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Software AG','Frankfurt','Data',200,0.04,'1/31/2023','Post-IPO','Germany',344); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wish','SF Bay Area','Retail',150,0.17,'1/31/2023','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wefox','Berlin','Finance',100,NULL,'1/31/2023','Series D','Germany',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tilting Point','New York City','Consumer',60,0.14,'1/31/2023','Unknown','United States',235); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gokada','Lagos','Transportation',54,NULL,'1/31/2023','Unknown','Nigeria',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AU10TIX','Tel Aviv','Security',19,0.09,'1/31/2023','Unknown','Israel',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('National Instruments','Austin','Hardware',NULL,0.04,'1/31/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OpenText','Waterloo','Data',NULL,0.08,'1/31/2023','Post-IPO','Canada',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Philips','Amsterdam','Healthcare',6000,0.13,'1/30/2023','Post-IPO','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OLX Group','Amsterdam','Marketing',1500,0.15,'1/30/2023','Acquired','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arrival','London','Transportation',800,0.5,'1/30/2023','Post-IPO','United Kingdom',629); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Groupon','Chicago','Retail',500,NULL,'1/30/2023','Post-IPO','United States',1400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intel','SF Bay Area','Hardware',343,NULL,'1/30/2023','Post-IPO','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glovo','Barcelona','Food',250,0.06,'1/30/2023','Acquired','Spain',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Delivery Hero','Berlin','Food',156,0.04,'1/30/2023','Post-IPO','Germany',9900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Impossible Foods copy','SF Bay Area','Food',140,0.2,'1/30/2023','Series H','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chrono24','Karlsruhe','Retail',65,0.13,'1/30/2023','Series C','Germany',205); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BM Technologies','Philadelphia','Finance',NULL,0.25,'1/30/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Olist','Curitiba','Retail',NULL,NULL,'1/30/2023','Series E','Brazil',322); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oyster','Charlotte','HR',NULL,NULL,'1/30/2023','Series C','United States',224); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Prime Trust','Las Vegas','Crypto',NULL,0.33,'1/30/2023','Series B','United States',176); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quantum SI','New Haven','Healthcare',NULL,0.12,'1/30/2023','Post-IPO','United States',425); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SoFi','SF Bay Area','Finance',NULL,NULL,'1/30/2023','Post-IPO','United States',3000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hoxhunt','Helsinki','Security',NULL,NULL,'1/29/2023','Series B','Finland',43); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Me Poupe','Sao Paulo','Finance',60,0.5,'1/28/2023','Unknown','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CoinTracker','SF Bay Area','Crypto',19,NULL,'1/28/2023','Series A','United States',101); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SSense','Montreal','Retail',138,0.07,'1/27/2023','Series A','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DealShare','Bengaluru','Retail',100,0.06,'1/27/2023','Series E','India',390); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ruggable','Los Angeles','Retail',100,NULL,'1/27/2023','Seed','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Synopsys','SF Bay Area','Other',100,NULL,'1/27/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Heycar','Berlin','Transportation',73,NULL,'1/27/2023','Unknown','Germany',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Matrixport','Singapore','Crypto',29,0.1,'1/27/2023','Series C','Singapore',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shakepay','Montreal','Crypto',21,0.25,'1/27/2023','Series A','Canada',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('#Paid','Toronto','Marketing',19,0.17,'1/27/2023','Series B','Canada',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Decent','SF Bay Area','Healthcare',NULL,NULL,'1/27/2023','Series A','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Feedzai','Coimbra','Finance',NULL,NULL,'1/27/2023','Unknown','Portugal',273); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nate','New York City','Retail',NULL,NULL,'1/27/2023','Series A','United States',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SAP','Walldorf','Other',3000,0.03,'1/26/2023','Post-IPO','Germany',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Confluent','SF Bay Area','Data',221,0.08,'1/26/2023','Post-IPO','United States',455); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DriveWealth','Jersey City','Finance',NULL,0.2,'1/26/2023','Series D','United States',550); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mode Global','London','Finance',NULL,1,'1/26/2023','Post-IPO','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Plus One Robotics','San Antonio','Other',NULL,0.1,'1/26/2023','Series B','United States',43); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quora','SF Bay Area','Consumer',NULL,NULL,'1/26/2023','Series D','United States',226); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('IBM','New York City','Hardware',3900,0.02,'1/25/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lam Research','SF Bay Area','Hardware',1300,0.07,'1/25/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shutterfly','SF Bay Area','Retail',360,NULL,'1/25/2023','Acquired','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Luno','London','Crypto',330,0.35,'1/25/2023','Acquired','United Kingdom',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clear Capital','Reno','Real Estate',250,0.25,'1/25/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Guardant Health','SF Bay Area','Healthcare',130,0.07,'1/25/2023','Post-IPO','United States',550); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SirionLabs','Seattle','Legal',130,0.15,'1/25/2023','Series D','United States',171); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tier Mobility','Berlin','Transportation',80,0.07,'1/25/2023','Series D','Germany',646); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CareRev','Los Angeles','Retail',NULL,NULL,'1/25/2023','Series A','United States',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Finastra','Tel Aviv','Finance',NULL,NULL,'1/25/2023','Unknown','Israel',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Noom','New York City','Fitness',NULL,NULL,'1/25/2023','Series F','United States',657); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PagSeguro','Sao Paulo','Finance',NULL,0.07,'1/25/2023','Post-IPO','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Prosus','Amsterdam','Other',NULL,0.3,'1/25/2023','Unknown','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vacasa','Portland','Travel',1300,0.17,'1/24/2023','Post-IPO','United States',834); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Innovaccer','SF Bay Area','Healthcare',245,0.15,'1/24/2023','Series E','United States',379); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bolt','SF Bay Area','Finance',50,0.1,'1/24/2023','Series E','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PartnerStack','Toronto','Sales',40,0.2,'1/24/2023','Series B','Canada',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gitpod','Kiel','Product',21,0.28,'1/24/2023','Series A','Germany',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OFFOR Health','Columbus','Healthcare',16,NULL,'1/24/2023','Series A','United States',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Venngage','Toronto','Marketing',11,0.2,'1/24/2023','Unknown','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CoachHub','Berlin','HR',NULL,0.1,'1/24/2023','Series C','Germany',332); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Corvus Insurance','Boston','Finance',NULL,0.14,'1/24/2023','Series C','United States',160); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Icon','Austin','Construction',NULL,NULL,'1/24/2023','Series B','United States',451); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PagerDuty','SF Bay Area','Product',NULL,0.07,'1/24/2023','Post-IPO','United States',173); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Scoro','London','HR',NULL,0.09,'1/24/2023','Series B','United Kingdom',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spotify','Stockholm','Media',600,0.06,'1/23/2023','Post-IPO','Sweden',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uber Freight','SF Bay Area','Logistics',150,0.03,'1/23/2023','Subsidiary','United States',2700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Inmobi','Bengaluru','Marketing',50,NULL,'1/23/2023','Unknown','India',320); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Innovid','New York City','Marketing',40,0.1,'1/23/2023','Post-IPO','United States',295); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Booktopia','Sydney','Retail',30,NULL,'1/23/2023','Series A','Australia',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ermetic','SF Bay Area','Security',30,0.17,'1/23/2023','Series B','United States',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Namogoo','Tel Aviv','Marketing',20,0.15,'1/23/2023','Series C','United States',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Camp K12','Gurugram','Education',NULL,0.7,'1/23/2023','Series A','India',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gemini','New York City','Crypto',NULL,0.1,'1/23/2023','Unknown','United States',423); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yext','New York City','Marketing',NULL,0.08,'1/23/2023','Post-IPO','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BUX','Amsterdam','Finance',NULL,NULL,'1/22/2023','Series C','Netherlands',115); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Google','SF Bay Area','Consumer',12000,0.06,'1/20/2023','Post-IPO','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wayfair','Boston','Retail',1750,0.1,'1/20/2023','Post-IPO','United States',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swiggy','Bengaluru','Food',380,0.06,'1/20/2023','Unknown','India',3600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MediBuddy','Bengaluru','Healthcare',200,NULL,'1/20/2023','Acquired','India',192); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vox Media','Washington D.C.','Media',130,0.07,'1/20/2023','Series F','United States',307); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitTorrent','SF Bay Area','Infrastructure',92,NULL,'1/20/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Karat','Seattle','HR',47,NULL,'1/20/2023','Unknown','United States',169); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Enjoei','Sao Paulo','Retail',31,0.1,'1/20/2023','Unknown','Brazil',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Edifecs','Seattle','Healthcare',30,NULL,'1/20/2023','Unknown','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Citrine Informatics','SF Bay Area','Data',22,0.27,'1/20/2023','Series C','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Avalara','Seattle','Finance',NULL,NULL,'1/20/2023','Acquired','United States',341); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cyteir Therapeutics','Boston','Healthcare',NULL,0.7,'1/20/2023','Series C','United States',156); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Morning Consult','Washington D.C.','Data',NULL,NULL,'1/20/2023','Series B','United States',91); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TikTok','Los Angeles','Consumer',NULL,NULL,'1/20/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zappos','Las Vegas','Retail',NULL,NULL,'1/20/2023','Acquired','United States',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Capital One','Washington D.C.','Finance',1100,NULL,'1/19/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Proterra','SF Bay Area','Transportation',300,NULL,'1/19/2023','Post-IPO','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeWork','New York City','Real Estate',300,NULL,'1/19/2023','Post-IPO','United States',22200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hubilo','SF Bay Area','Other',115,0.35,'1/19/2023','Series B','United States',153); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Saks.com','New York City','Retail',100,0.05,'1/19/2023','Unknown','United States',965); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CS Disco','Austin','Legal',62,0.09,'1/19/2023','Post-IPO','United States',233); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Riot Games','Los Angeles','Consumer',46,NULL,'1/19/2023','Acquired','United States',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hydrow','Boston','Fitness',30,NULL,'1/19/2023','Series D','United States',269); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Earth Rides','Nashville','Transportation',NULL,1,'1/19/2023','Unknown','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fandom','SF Bay Area','Media',NULL,NULL,'1/19/2023','Series E','United States',145); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('IAM Robotics','Pittsburgh','Hardware',NULL,NULL,'1/19/2023','Unknown','United States',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Icertis','Seattle','Legal',NULL,NULL,'1/19/2023','Unknown','United States',521); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Magnite','Los Angeles','Marketing',NULL,0.06,'1/19/2023','Post-IPO','United States',400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mudafy','Mexico City','Real Estate',NULL,0.7,'1/19/2023','Series A','United States',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Personalis','SF Bay Area','Healthcare',NULL,0.3,'1/19/2023','Post-IPO','United States',225); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Prisma','SF Bay Area','Data',NULL,0.28,'1/19/2023','Series B','United States',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spaceship','Sydney','Finance',NULL,NULL,'1/19/2023','Series A','Australia',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wallbox','Barcelona','Energy',NULL,0.15,'1/19/2023','Post-IPO','Spain',167); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Microsoft','Seattle','Other',10000,0.05,'1/18/2023','Post-IPO','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sophos','Oxford','Security',450,0.1,'1/18/2023','Acquired','United States',125); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Teladoc Health','New York City','Healthcare',300,0.06,'1/18/2023','Post-IPO','United States',172); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vroom','New York City','Transportation',275,0.2,'1/18/2023','Post-IPO','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('8x8','SF Bay Area','Support',155,0.07,'1/18/2023','Post-IPO','United States',253); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pagaya','New York City','Finance',140,0.2,'1/18/2023','Post-IPO','United States',571); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Benevity','Calgary','Other',137,0.14,'1/18/2023','Unknown','Canada',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Inspirato','Denver','Travel',109,0.12,'1/18/2023','Post-IPO','United States',179); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jumpcloud','Boulder','Security',100,0.12,'1/18/2023','Series F','United States',416); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('nCino','Wilmington','Finance',100,0.07,'1/18/2023','Post-IPO','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Starry','Boston','Other',100,0.24,'1/18/2023','Post-IPO','United States',260); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hootsuite','Vancouver','Marketing',70,0.07,'1/18/2023','Series C','Canada',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clue','Berlin','Healthcare',31,0.31,'1/18/2023','Unknown','Germany',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Addepar','SF Bay Area','Finance',20,0.03,'1/18/2023','Series F','United States',491); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('80 Acres Farms','Cincinnati','Food',NULL,0.1,'1/18/2023','Unknown','United States',275); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aiven','Helsinki','Infrastructure',NULL,0.2,'1/18/2023','Series D','Finland',420); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bally''s Interactive','Providence',NULL,NULL,0.15,'1/18/2023','Post-IPO','United States',946); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Betterfly','Santiago','Healthcare',NULL,0.3,'1/18/2023','Series C','Chile',204); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cazoo','London','Transportation',NULL,NULL,'1/18/2023','Post-IPO','United Kingdom',2000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coda','SF Bay Area','Other',NULL,NULL,'1/18/2023','Series D','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cypress.io','Atlanta','Product',NULL,NULL,'1/18/2023','Series B','United States',54); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lucid Diagnostics','New York City','Healthcare',NULL,0.2,'1/18/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mavenir','Dallas','Infrastructure',NULL,NULL,'1/18/2023','Acquired','United States',854); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Redbubble','Melbourne','Retail',NULL,0.14,'1/18/2023','Post-IPO','Australia',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lightspeed Commerce','Montreal','Retail',300,0.1,'1/17/2023','Post-IPO','Canada',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unity','SF Bay Area','Other',284,0.03,'1/17/2023','Post-IPO','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Britishvolt','London','Transportation',206,1,'1/17/2023','Unknown','United Kingdom',2400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clutch','Toronto','Transportation',150,NULL,'1/17/2023','Unknown','Canada',253); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Exotel','Bengaluru','Support',142,0.15,'1/17/2023','Series D','India',87); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unico','Sao Paulo','Other',110,0.1,'1/17/2023','Series D','Brazil',336); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tul','Bogota','Construction',100,NULL,'1/17/2023','Series B','Colombia',218); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('American Robotics','Boston','Other',50,0.65,'1/17/2023','Acquired','United States',92); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Luxury Presence','Los Angeles','Real Estate',44,NULL,'1/17/2023','Series B','United States',31); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RingCentral','SF Bay Area','Other',30,NULL,'1/17/2023','Post-IPO','United States',44); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fishbrain','Stockholm','Consumer',NULL,NULL,'1/17/2023','Unknown','United States',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoMechanic','Gurugram','Transportation',NULL,0.7,'1/17/2023','Series C','India',54); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LiveVox','SF Bay Area','Support',NULL,0.16,'1/17/2023','Post-IPO','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oracle','SF Bay Area','Other',NULL,NULL,'1/17/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rappi','Buenos Aires','Food',NULL,NULL,'1/17/2023','Unknown','Argentina',2300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RateGenius','Austin','Finance',NULL,NULL,'1/17/2023','Acquired','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('XP','Sao Paulo','Finance',NULL,NULL,'1/17/2023','Post-IPO','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PagBank','Sao Paulo','Finance',500,0.07,'1/16/2023','Post-IPO','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ShareChat','Bengaluru','Consumer',500,0.2,'1/16/2023','Series H','India',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gramophone','Indore','Food',75,NULL,'1/16/2023','Series B','India',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ClearCo','Toronto','Finance',50,0.3,'1/16/2023','Series C','Canada',698); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dunzo','Bengaluru','Food',NULL,0.03,'1/16/2023','Unknown','India',382); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ignition','Sydney','Finance',NULL,0.1,'1/16/2023','Series C','Australia',74); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rebel Foods','Mumbai','Food',NULL,0.02,'1/16/2023','Unknown','India',548); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Captain Fresh','Bengaluru','Food',120,NULL,'1/15/2023','Series C','India',126); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snappy','New York City','Marketing',100,0.3,'1/15/2023','Series C','United States',104); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BharatAgri','Mumbai','Food',40,0.43,'1/15/2023','Series A','India',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DeHaat','Patna','Food',NULL,0.05,'1/15/2023','Series E','India',254); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Black Shark','Shenzen','Hardware',900,NULL,'1/13/2023','Unknown','China',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ola','Bengaluru','Transportation',200,NULL,'1/13/2023','Series J','India',5000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bonterra','Austin','Other',140,0.1,'1/13/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vial','SF Bay Area','Healthcare',40,NULL,'1/13/2023','Series B','United States',101); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arch Oncology','Brisbane','Healthcare',NULL,1,'1/13/2023','Series C','United States',155); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carvana','Phoenix','Transportation',NULL,NULL,'1/13/2023','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CoSchedule','Bismarck','Marketing',NULL,NULL,'1/13/2023','Unknown','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoCanvas','Washington D.C.','Other',NULL,NULL,'1/13/2023','Acquired','United States',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jellyfish','Boston','Product',NULL,0.09,'1/13/2023','Series C','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lending Club','SF Bay Area','Finance',225,0.14,'1/12/2023','Post-IPO','United States',392); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SmartNews','Tokyo','Media',120,0.4,'1/12/2023','Series F','United States',410); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skit.ai','Bengaluru','Support',115,NULL,'1/12/2023','Series B','India',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pier','Sao Paulo','Finance',111,0.39,'1/12/2023','Series B','Brazil',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blockchain.com','London','Crypto',110,0.28,'1/12/2023','Series D','United Kingdom',490); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Greenlight','Atlanta','Finance',104,0.21,'1/12/2023','Series D','United States',556); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cashfree Payments','Bengaluru','Finance',100,NULL,'1/12/2023','Series B','India',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mapbox','Washington D.C.','Data',64,NULL,'1/12/2023','Unknown','United States',334); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Definitive Healthcare','Boston','Healthcare',55,0.06,'1/12/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Akili Labs','Baltimore','Healthcare',46,0.3,'1/12/2023','Seed','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Career Karma','SF Bay Area','Education',22,NULL,'1/12/2023','Series B','United States',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crypto.com','Singapore','Crypto',NULL,0.2,'1/12/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lattice','SF Bay Area','HR',NULL,0.15,'1/12/2023','Series F','United States',328); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Life360','SF Bay Area','Consumer',NULL,0.14,'1/12/2023','Post-IPO','United States',158); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rock Content','Miami','Marketing',NULL,0.15,'1/12/2023','Series B','United States',34); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flexport','SF Bay Area','Logistics',640,0.2,'1/11/2023','Series E','United States',2400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Qualtrics','Salt Lake City','Other',270,0.05,'1/11/2023','Post-IPO','United States',400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Verily','SF Bay Area','Healthcare',250,0.15,'1/11/2023',NULL,'United States',3500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tipalti','SF Bay Area','Finance',123,0.11,'1/11/2023','Series F','United States',565); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jumio','SF Bay Area','Security',100,0.06,'1/11/2023','Private Equity','United States',205); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CoinDCX','Mumbai','Crypto',80,NULL,'1/11/2023','Series D','India',244); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HashiCorp','SF Bay Area','Security',69,NULL,'1/11/2023','Post-IPO','United States',349); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Embark','Boston','Healthcare',41,NULL,'1/11/2023','Series B','United States',94); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intrinsic','SF Bay Area','Other',40,0.2,'1/11/2023','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Citizen','New York City','Consumer',33,NULL,'1/11/2023','Series C','United States',133); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carta','SF Bay Area','HR',NULL,0.1,'1/11/2023','Series G','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Limeade','Seattle','HR',NULL,0.15,'1/11/2023','Series C','United States',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oyster','Charlotte','HR',NULL,NULL,'1/11/2023','Series C','United States',224); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Paddle','London','Finance',NULL,0.08,'1/11/2023','Series D','United Kingdom',293); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coinbase','SF Bay Area','Crypto',950,0.2,'1/10/2023','Post-IPO','United States',549); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Informatica','SF Bay Area','Data',450,0.07,'1/10/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blend','SF Bay Area','Finance',340,0.28,'1/10/2023','Post-IPO','United States',665); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Till Payments','Sydney','Finance',120,NULL,'1/10/2023','Series C','Australia',95); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ConsenSys','New York City','Crypto',100,0.11,'1/10/2023','Series D','United States',726); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ForeScout','SF Bay Area','Security',100,0.1,'1/10/2023','Post-IPO','United States',125); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thinkific','Vancouver','Education',76,0.19,'1/10/2023','Post-IPO','Canada',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LEAD','Mumbai','Education',60,NULL,'1/10/2023','Series E','India',190); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Parler','Nashville','Consumer',60,0.75,'1/10/2023','Series B','United States',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoBolt','Toronto','Logistics',55,0.05,'1/10/2023','Series C','Canada',178); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Relevel','Bengaluru','HR',40,0.2,'1/10/2023',NULL,'India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StreamElements','Tel Aviv','Media',40,0.2,'1/10/2023','Series B','Israel',111); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('100 Thieves','Los Angeles','Retail',NULL,NULL,'1/10/2023','Series C','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Beamery','London','HR',NULL,0.12,'1/10/2023','Series D','United States',223); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cart.com','Austin','Retail',NULL,NULL,'1/10/2023','Unknown','United States',383); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Citrix','Miami','Infrastructure',NULL,0.15,'1/10/2023','Acquired','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Esper','Seattle','Other',NULL,0.21,'1/10/2023','Series A','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WHOOP','Boston','Fitness',NULL,0.04,'1/10/2023','Series F','United States',404); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fate Therapeutics','San Diego','Healthcare',315,0.57,'1/9/2023','Post-IPO','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Century Therapeutics','Philadelphia','Healthcare',NULL,NULL,'1/9/2023','Post-IPO','United States',560); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Editas Medicine','Boston','Healthcare',NULL,0.2,'1/9/2023','Post-IPO','United States',656); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Scale AI','SF Bay Area','Data',NULL,0.2,'1/9/2023','Series E','United States',602); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Minute Media','London','Media',50,0.1,'1/8/2023','Series I','United Kingdom',160); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WalkMe','SF Bay Area','Other',43,0.03,'1/8/2023','Post-IPO','United States',307); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Huobi','Beijing','Crypto',275,0.2,'1/6/2023','Unknown','China',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carbon Health','SF Bay Area','Healthcare',200,NULL,'1/6/2023','Series D','United States',522); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bounce','Bengaluru','Transportation',40,0.05,'1/6/2023','Series D','India',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aware','Columbus','Security',NULL,NULL,'1/6/2023','Series C','United States',88); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CareerArc','Los Angeles','HR',NULL,NULL,'1/6/2023','Private Equity','United States',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CreateMe','SF Bay Area','Manufacturing',NULL,NULL,'1/6/2023','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lantern','Grand Rapids','Retail',NULL,1,'1/6/2023','Seed','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mojo Vision','SF Bay Area','Hardware',NULL,0.75,'1/6/2023','Series B','United States',204); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SuperRare','Wilmington','Crypto',NULL,0.3,'1/6/2023','Series A','United States',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cue','San Diego','Healthcare',388,NULL,'1/5/2023','Post-IPO','United States',999); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SoundHound','SF Bay Area','Other',200,0.5,'1/5/2023','Post-IPO','United States',326); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Socure','Reno','Finance',104,0.19,'1/5/2023','Series E','United States',646); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Genesis','New York City','Crypto',60,0.3,'1/5/2023','Series A','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Moglix','Singapore','Retail',40,0.02,'1/5/2023','Series F','Singapore',472); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twitter','SF Bay Area','Consumer',40,NULL,'1/5/2023','Post-IPO','United States',12900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Everlane','SF Bay Area','Retail',30,0.17,'1/5/2023','Unknown','United States',176); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pecan AI','Tel Aviv','Data',30,0.25,'1/5/2023','Series C','Israel',116); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Personetics','New York City','Support',30,0.08,'1/5/2023','Private Equity','United States',178); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twine Solutions','Tel Aviv','Hardware',30,0.33,'1/5/2023','Unknown','Israel',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('UpScalio','Gurugram','Retail',25,0.15,'1/5/2023','Series B','India',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Attentive','New York City','Marketing',NULL,0.15,'1/5/2023','Series E','United States',863); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Compass','New York City','Real Estate',NULL,NULL,'1/5/2023','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Megaport','Brisbane','Infrastructure',NULL,NULL,'1/5/2023','Post-IPO','Australia',98); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stitch Fix','SF Bay Area','Retail',NULL,0.2,'1/5/2023','Post-IPO','United States',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TCR2','Boston','Healthcare',NULL,0.4,'1/5/2023','Post-IPO','United States',173); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amazon','Seattle','Retail',8000,0.02,'1/4/2023','Post-IPO','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salesforce','SF Bay Area','Sales',8000,0.1,'1/4/2023','Post-IPO','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Astronomer','Cincinnati','Data',76,0.2,'1/4/2023','Series C','United States',282); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kaltura','New York City','Media',75,0.11,'1/4/2023','Post-IPO','United States',166); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Augury','New York City','Manufacturing',20,0.05,'1/4/2023','Series E','United States',274); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Butterfly Network','Boston','Healthcare',NULL,0.25,'1/4/2023','Post-IPO','United States',530); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vimeo','New York City','Consumer',NULL,0.11,'1/4/2023','Post-IPO','United States',450); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wyre','SF Bay Area','Crypto',NULL,1,'1/4/2023','Unknown','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pegasystems','Boston','HR',245,0.04,'1/3/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uniphore','SF Bay Area','Support',76,0.1,'1/3/2023','Series E','United States',620); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Harappa','New Delhi','Education',60,0.3,'1/3/2023','Acquired','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ByteDance','Shanghai','Consumer',NULL,0.1,'1/3/2023','Unknown','China',9400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amdocs','St. Louis','Support',700,0.03,'1/2/2023','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bilibili','Shanghai','Media',NULL,0.3,'12/27/2022','Post-IPO','China',3700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Octopus Network','Beau Vallon','Crypto',NULL,0.4,'12/27/2022','Series A','Seychelles',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PayU','Amsterdam','Finance',150,0.06,'12/26/2022','Acquired','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Element','London','Other',NULL,0.15,'12/25/2022','Series B','United Kingdom',96); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Willow','Sydney','Real Estate',99,0.22,'12/23/2022','Unknown','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Back Market','Paris','Retail',93,0.13,'12/23/2022','Series E','France',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zoopla','London','Real Estate',50,NULL,'12/23/2022','Series C','United Kingdom',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Qualcomm','San Diego','Hardware',153,NULL,'12/22/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TuSimple','San Diego','Transportation',350,0.25,'12/21/2022','Post-IPO','United States',648); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lendis','Berlin','Other',NULL,0.5,'12/21/2022','Series A','Germany',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chope','Singapore','Food',65,0.24,'12/20/2022','Series E','Singapore',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Briza','Toronto','Finance',26,0.4,'12/20/2022','Series A','Canada',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StreetBees','London','Data',NULL,NULL,'12/20/2022','Unknown','United Kingdom',63); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zhihu','Beijing','Consumer',NULL,0.1,'12/20/2022','Series F','China',892); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homebot','Denver','Real Estate',18,0.13,'12/19/2022','Acquired','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Health IQ','SF Bay Area','Healthcare',NULL,NULL,'12/19/2022','Series D','United States',136); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Xiaomi','Beijing','Consumer',NULL,NULL,'12/19/2022','Post-IPO','United States',7400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('YourGrocer','Melbourne','Food',NULL,1,'12/19/2022','Unknown','Australia',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tomorrow','Hamburg','Finance',30,0.25,'12/16/2022','Unknown','Germany',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Revelate','Montreal','Data',24,0.3,'12/16/2022','Series A','Canada',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('E Inc.','Toronto','Transportation',NULL,NULL,'12/16/2022','Post-IPO','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Autograph','Los Angeles','Crypto',NULL,NULL,'12/16/2022','Series B','United States',205); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Improbable','London','Other',NULL,0.1,'12/16/2022','Unknown','United Kingdom',704); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Modern Treasury','SF Bay Area','Finance',NULL,0.18,'12/16/2022','Series C','United States',183); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Reach','Calgary','Retail',NULL,0.12,'12/16/2022','Series A','Canada',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SonderMind','Denver','Healthcare',NULL,0.15,'12/16/2022','Series C','United States',183); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BigCommerce','Austin','Retail',180,0.13,'12/15/2022','Post-IPO','United States',224); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Freshworks','SF Bay Area','Support',90,0.02,'12/15/2022','Post-IPO','United States',484); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LeafLink','New York City','Other',80,0.31,'12/15/2022','Series C','United States',379); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workmotion','Berlin','HR',60,0.2,'12/15/2022','Series B','United States',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Apollo','SF Bay Area','Product',NULL,0.15,'12/15/2022','Series D','United States',183); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('JD.ID','Jakarta','Retail',200,0.3,'12/14/2022','Post-IPO','Indonesia',5100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoStudent','Vienna','Education',100,NULL,'12/14/2022','Series D','Austria',686); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quanergy Systems','SF Bay Area','Transportation',72,NULL,'12/14/2022','Post-IPO','United States',175); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Headspace','Los Angeles','Healthcare',50,0.04,'12/14/2022','Unknown','United States',215); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ChowNow','Los Angeles','Food',40,0.1,'12/14/2022','Series C','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Landing','Birmingham','Real Estate',NULL,NULL,'12/14/2022','Series C','United States',347); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thumbtack','SF Bay Area','Consumer',160,0.14,'12/13/2022','Series I','United States',698); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Edgio','Phoenix','Infrastructure',95,0.1,'12/13/2022','Post-IPO','United States',462); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Komodo Health','SF Bay Area','Healthcare',78,0.09,'12/13/2022','Series E','United States',514); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Viant','Los Angeles','Marketing',46,0.13,'12/13/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TaxBit','Salt Lake City','Crypto',NULL,NULL,'12/13/2022','Series B','United States',235); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pluralsight','Salt Lake City','Education',400,0.2,'12/12/2022','Acquired','United States',192); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Freshly','Phoenix','Food',329,NULL,'12/12/2022','Acquired','United States',107); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Balto','St. Louis','Sales',35,NULL,'12/12/2022','Series B','United States',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Caribou','Washington D.C.','Finance',NULL,NULL,'12/12/2022','Series C','United States',189); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outschool','SF Bay Area','Education',43,0.25,'12/10/2022','Series D','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Xentral','Munich','Product',20,0.1,'12/10/2022','Series B','Germany',94); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Autobooks','Detroit','Finance',NULL,NULL,'12/10/2022','Series C','United States',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Convene','New York City','Real Estate',NULL,NULL,'12/10/2022','Unknown','United States',281); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PharmEasy','Mumbai','Healthcare',NULL,NULL,'12/10/2022','Unknown','India',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Playtika','Tel Aviv','Consumer',600,0.15,'12/9/2022','Post-IPO','Israel',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Share Now','Berlin','Transportation',150,0.36,'12/9/2022','Acquired','Germany',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alice','Sao Paulo','Healthcare',113,0.16,'12/9/2022','Series C','Brazil',174); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Primer','London','Finance',85,0.33,'12/9/2022','Series B','United Kingdom',73); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OneFootball','Berlin','Marketing',62,0.115,'12/9/2022','Series D','Germany',442); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('C2FO','Kansas City','Finance',20,0.02,'12/9/2022','Series H','United States',537); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brodmann17','Tel Aviv','Other',NULL,1,'12/9/2022','Series A','Israel',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Digital Surge','Brisbane','Crypto',NULL,1,'12/9/2022','Unknown','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('N-able Technologies','Raleigh','Other',NULL,NULL,'12/9/2022','Post-IPO','United States',225); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ZenLedger','Seattle','Crypto',NULL,0.1,'12/9/2022','Series B','United States',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airtable','SF Bay Area','Product',254,0.2,'12/8/2022','Series F','United States',1400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swiggy','Bengaluru','Food',250,0.03,'12/8/2022','Unknown','India',3600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glints','Singapore','HR',198,0.18,'12/8/2022','Series D','Singapore',82); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Buser','Sao Paulo','Transportation',160,0.3,'12/8/2022','Series C','Brazil',138); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BlackLine','Los Angeles','Finance',95,0.05,'12/8/2022','Private Equity','United States',220); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chrono24','Karlsruhe','Retail',80,NULL,'12/8/2022','Series C','Germany',205); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Otonomo','Tel Aviv','Transportation',80,0.5,'12/8/2022','Post-IPO','Israel',231); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TechTarget','Boston','Marketing',60,0.05,'12/8/2022','Post-IPO','United States',115); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Inscripta','Boulder','Healthcare',43,NULL,'12/8/2022','Series E','United States',459); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CyCognito','SF Bay Area','Security',30,0.15,'12/8/2022','Series C','United States',153); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Armis','SF Bay Area','Security',25,0.04,'12/8/2022','Private Equity','United States',537); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bakkt','Atlanta','Crypto',NULL,0.15,'12/8/2022','Post-IPO','United States',932); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blue Apron','New York City','Food',NULL,0.1,'12/8/2022','Post-IPO','United States',352); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FireHydrant','New York City','Infrastructure',NULL,NULL,'12/8/2022','Series B','United States',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lenovo','Raleigh','Hardware',NULL,NULL,'12/8/2022','Post-IPO','United States',850); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nerdy','St. Louis','Education',NULL,0.17,'12/8/2022','Post-IPO','United States',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vanta','SF Bay Area','Security',NULL,0.14,'12/8/2022','Series B','United States',203); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vedantu','Bengaluru','Education',385,NULL,'12/7/2022','Series E','India',292); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loft','Sao Paulo','Real Estate',312,0.12,'12/7/2022','Unknown','Brazil',788); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Plaid','SF Bay Area','Finance',260,0.2,'12/7/2022','Series D','United States',734); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Motive','SF Bay Area','Transportation',237,0.06,'12/7/2022','Series F','United States',567); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Recur Forever','Miami','Crypto',235,NULL,'12/7/2022','Series A','United States',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Relativity','Chicago','Legal',150,0.1,'12/7/2022','Private Equity','United States',125); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Voi','Stockholm','Transportation',130,0.13,'12/7/2022','Series D','United States',515); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Integral Ad Science','New York City','Marketing',120,0.13,'12/7/2022','Acquired','United States',116); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Houzz','SF Bay Area','Consumer',95,0.08,'12/7/2022','Series E','United States',613); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Grover','Berlin','Retail',40,0.1,'12/7/2022','Unknown','United States',2300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lev','New York City','Real Estate',30,0.3,'12/7/2022','Series B','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lithic','New York City','Finance',27,0.18,'12/7/2022','Series C','United States',115); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CircleCI','SF Bay Area','Product',NULL,0.17,'12/7/2022','Series F','United States',315); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sayurbox','Jakarta','Food',NULL,0.05,'12/7/2022','Series C','Indonesia',139); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zywave','Milwaukee','Finance',NULL,NULL,'12/7/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Doma','SF Bay Area','Finance',515,0.4,'12/6/2022','Post-IPO','United States',679); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intel','SF Bay Area','Hardware',201,NULL,'12/6/2022','Post-IPO','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BuzzFeed','New York City','Media',180,0.12,'12/6/2022','Post-IPO','United States',696); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Weedmaps','Los Angeles','Other',175,0.25,'12/6/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Adobe','SF Bay Area','Marketing',100,NULL,'12/6/2022','Post-IPO','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chipper Cash','SF Bay Area','Finance',50,0.125,'12/6/2022','Series C','United States',302); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stash','New York City','Finance',32,0.08,'12/6/2022','Unknown','United States',480); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Perimeter 81','Tel Aviv','Security',20,0.08,'12/6/2022','Series C','Israel',165); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Koinly','London','Crypto',16,0.14,'12/6/2022','Unknown','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bridgit','Waterloo','Construction',13,0.13,'12/6/2022','Series B','Canada',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Filevine','Salt Lake City','Legal',NULL,NULL,'12/6/2022','Series D','United States',226); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Moove','Lagos','Transportation',NULL,NULL,'12/6/2022','Unknown','Nigeria',630); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nextiva','Phoenix','Other',NULL,0.17,'12/6/2022','Private Equity','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OneStudyTeam','Boston','Healthcare',NULL,0.25,'12/6/2022','Series D','United States',479); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zuora','SF Bay Area','Finance',NULL,0.11,'12/6/2022','Post-IPO','United States',647); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swyftx','Brisbane','Crypto',90,0.4,'12/5/2022','Unknown','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aqua Security','Boston','Security',65,0.1,'12/5/2022','Series E','United States',265); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DataRails','Tel Aviv','Finance',30,0.18,'12/5/2022','Series B','Israel',103); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Elemy','SF Bay Area','Healthcare',NULL,NULL,'12/5/2022','Series B','United States',323); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Route','Lehi','Retail',NULL,NULL,'12/5/2022','Unknown','United States',481); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thinkific','Vancouver','Education',NULL,NULL,'12/5/2022','Post-IPO','Canada',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OYO','Gurugram','Travel',600,NULL,'12/3/2022','Series F','India',4000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HealthifyMe','Bengaluru','Fitness',150,NULL,'12/3/2022','Series C','India',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bybit','Singapore','Crypto',NULL,0.3,'12/3/2022','Unknown','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cognyte','Tel Aviv','Security',100,0.05,'12/2/2022','Unknown','Israel',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ShareChat','Bengaluru','Consumer',100,NULL,'12/2/2022','Unknown','India',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Polly','Burlington','Finance',47,0.15,'12/2/2022','Series C','United States',184); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homebound','SF Bay Area','Real Estate',NULL,NULL,'12/2/2022','Unknown','United States',128); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lora DiCarlo','Bend','Consumer',NULL,1,'12/2/2022','Unknown','United States',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carousell','Singapore','Retail',110,0.1,'12/1/2022','Private Equity','Singapore',372); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bizzabo','New York City','Marketing',100,0.37,'12/1/2022','Series E','United States',194); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BloomTech','SF Bay Area','Education',88,0.5,'12/1/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Netlify','SF Bay Area','Product',48,0.16,'12/1/2022','Series D','United States',212); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Springbig','Miami','Sales',37,0.23,'12/1/2022','Post-IPO','United States',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Podium','Lehi','Support',NULL,0.12,'12/1/2022','Series D','United States',419); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SQZ Biotech','Boston','Healthcare',NULL,0.6,'12/1/2022','Post-IPO','United States',229); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Strava','SF Bay Area','Fitness',NULL,0.14,'12/1/2022','Series F','United States',151); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Synlogic','Boston','Healthcare',NULL,0.25,'12/1/2022','Post-IPO','United States',321); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yapily','London','Finance',NULL,NULL,'12/1/2022','Series A','United Kingdom',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DoorDash','SF Bay Area','Food',1250,0.06,'11/30/2022','Post-IPO','United States',2500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kraken','SF Bay Area','Crypto',1100,0.3,'11/30/2022','Unknown','United States',134); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Happy Money','Los Angeles','Finance',158,0.34,'11/30/2022','Series D','United States',191); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ula','Jakarta','Retail',134,0.23,'11/30/2022','Series B','Indonesia',140); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wonder','New York City','Food',130,0.07,'11/30/2022','Series B','United States',850); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StudySmarter','Berlin','Education',70,NULL,'11/30/2022','Series A','Germany',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Grin','Sacramento','Marketing',60,0.13,'11/30/2022','Series B','United States',145); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ualá','Buenos Aires','Finance',53,0.03,'11/30/2022','Series D','Argentina',544); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Teachmint','Bengaluru','Education',45,0.05,'11/30/2022','Series B','India',118); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Etermax','Buenos Aires','Other',40,NULL,'11/30/2022','Unknown','Argentina',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thread','London','Retail',30,0.5,'11/30/2022','Acquired','United Kingdom',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Elastic','SF Bay Area','Data',NULL,0.13,'11/30/2022','Post-IPO','United States',162); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Motional','Boston','Transportation',NULL,NULL,'11/30/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pinterest','SF Bay Area','Consumer',NULL,NULL,'11/30/2022','Post-IPO','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sana','Seattle','Healthcare',NULL,0.15,'11/30/2022','Series A','United States',700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Venafi','Salt Lake City','Security',NULL,NULL,'11/30/2022','Acquired','United States',167); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bitso','Mexico City','Crypto',100,NULL,'11/29/2022','Series C','Mexico',378); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lyst','London','Retail',50,0.25,'11/29/2022','Unknown','United Kingdom',144); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CoinJar','Melbourne','Crypto',10,0.2,'11/29/2022','Unknown','Australia',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bitfront','SF Bay Area','Crypto',NULL,1,'11/29/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Codexis','SF Bay Area','Healthcare',NULL,0.18,'11/29/2022','Post-IPO','United States',162); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Firework','SF Bay Area','Retail',NULL,0.1,'11/29/2022','Series B','United States',269); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lazerpay','Lagos','Crypto',NULL,NULL,'11/29/2022','Unknown','Nigeria',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MessageBird','Amsterdam','Other',NULL,0.31,'11/29/2022','Series C','Netherlands',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Plerk','Guadalajara','Finance',NULL,0.4,'11/29/2022','Series A','Mexico',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Proton.ai','Boston','Sales',NULL,NULL,'11/29/2022','Series A','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Infarm','Berlin','Other',500,0.5,'11/28/2022','Series D','Germany',604); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wildlife Studios','Sao Paulo','Consumer',300,0.2,'11/28/2022','Unknown','Brazil',260); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hirect','Bengaluru','Recruiting',200,0.4,'11/28/2022','Series A','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ApplyBoard','Waterloo','Education',90,0.06,'11/28/2022','Series D','Canada',483); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ajaib','Jakarta','Finance',67,0.08,'11/28/2022','Unknown','Indonesia',245); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Candy Digital','New York City','Crypto',33,0.33,'11/28/2022','Series A','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ResearchGate','Berlin','Other',25,0.1,'11/28/2022','Series D','Germany',87); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BlockFi','New York City','Crypto',NULL,1,'11/28/2022','Series E','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FutureLearn','London','Education',NULL,NULL,'11/28/2022','Unknown','United Kingdom',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Inspectify','Seattle','Real Estate',NULL,NULL,'11/28/2022','Series A','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ledn','Toronto','Crypto',NULL,NULL,'11/28/2022','Series B','Canada',103); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NCX','SF Bay Area','Energy',NULL,0.4,'11/28/2022','Series B','United States',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Change Invest','Amsterdam','Finance',NULL,0.24,'11/27/2022','Unknown','Netherlands',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zilch','London','Finance',NULL,NULL,'11/26/2022','Unknown','United Kingdom',389); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VerSe Innovation','Bengaluru','Media',150,0.05,'11/25/2022','Series J','India',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carwow','London','Transportation',70,0.2,'11/25/2022','Unknown','United Kingdom',157); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vendease','Lagos','Food',27,0.09,'11/25/2022','Series A','Nigeria',43); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lemon','Buenos Aires','Crypto',100,0.38,'11/24/2022','Series A','Argentina',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quidax','Lagos','Crypto',20,0.2,'11/24/2022','Unknown','Nigeria',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Menulog','Sydney','Food',NULL,NULL,'11/24/2022','Acquired','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Utopia Music','Zug','Media',NULL,NULL,'11/24/2022','Series B','Switzerland',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Assure','Salt Lake City','Finance',NULL,1,'11/23/2022','Seed','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoodGood','Toronto','Retail',NULL,1,'11/23/2022','Seed','Canada',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SWVL','Cairo','Transportation',NULL,0.5,'11/23/2022','Post-IPO','Egypt',264); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Western Digital','SF Bay Area','Hardware',251,NULL,'11/22/2022','Post-IPO','United States',900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SIRCLO','Jakarta','Retail',160,0.08,'11/22/2022','Series B','Indonesia',92); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trax','Singapore','Retail',80,0.08,'11/22/2022','Series E','Singapore',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flash Coffee','Singapore','Food',NULL,NULL,'11/22/2022','Series B','Singapore',57); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Natera','SF Bay Area','Healthcare',NULL,NULL,'11/22/2022','Post-IPO','United States',809); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rapyd','Tel Aviv','Finance',NULL,NULL,'11/22/2022','Unknown','Israel',770); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jumia','Lagos','Retail',900,0.2,'11/21/2022','Post-IPO','Nigeria',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kitopi','Dubai','Food',93,0.1,'11/21/2022','Series C','United States',804); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Devo','Boston','Security',NULL,0.15,'11/21/2022','Series F','United States',481); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GloriFi','Dallas','Finance',NULL,1,'11/21/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zomato','Gurugram','Food',100,0.04,'11/19/2022','Series J','India',914); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carvana','Phoenix','Transportation',1500,0.08,'11/18/2022','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nuro','SF Bay Area','Transportation',300,0.2,'11/18/2022','Series D','United States',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Synthego','SF Bay Area','Healthcare',105,0.2,'11/18/2022','Series E','United States',459); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Splyt','London','Transportation',57,NULL,'11/18/2022','Series B','United Kingdom',34); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Capitolis','New York City','Finance',NULL,0.25,'11/18/2022','Series D','United States',281); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kavak','Sao Paulo','Transportation',NULL,NULL,'11/18/2022','Series E','Brazil',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Metaplex','Chicago','Crypto',NULL,NULL,'11/18/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ruangguru','Jakarta','Education',NULL,NULL,'11/18/2022','Unknown','Indonesia',205); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StoryBlocks','Washington D.C.','Media',NULL,0.25,'11/18/2022','Acquired','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unchained Capital','Austin','Crypto',NULL,0.15,'11/18/2022','Series A','United States',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Roku','SF Bay Area','Media',200,0.07,'11/17/2022','Post-IPO','United States',208); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Orchard','New York City','Real Estate',180,NULL,'11/17/2022','Series D','United States',472); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homepoint','Phoenix','Real Estate',113,NULL,'11/17/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Juni','Gothenburg','Finance',72,0.33,'11/17/2022','Unknown','Sweden',281); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chili Piper','New York City','Sales',58,NULL,'11/17/2022','Series B','United States',54); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Capitolis','New York City','Finance',37,0.25,'11/17/2022','Series D','United States',281); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TealBook','Toronto','Other',34,0.19,'11/17/2022','Series B','Canada',73); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Koho','Toronto','Finance',15,0.04,'11/17/2022','Series D','Canada',278); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('&Open','Dublin','Marketing',9,0.09,'11/17/2022','Series A','Ireland',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kandji','San Diego','Other',NULL,0.17,'11/17/2022','Series C','United States',188); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Morning Brew','New York City','Media',NULL,0.14,'11/17/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Symend','Calgary','Other',NULL,0.13,'11/17/2022','Series C','Canada',148); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amazon','Seattle','Retail',10000,0.03,'11/16/2022','Post-IPO','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cisco','SF Bay Area','Infrastructure',4100,0.05,'11/16/2022','Post-IPO','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twiga','Nairobi','Food',211,0.21,'11/16/2022','Series C','Kenya',157); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wayflyer','Dublin','Marketing',200,0.4,'11/16/2022','Unknown','Ireland',889); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SimilarWeb','New York City','Other',120,0.1,'11/16/2022','Post-IPO','United States',235); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salsify','Boston','Retail',90,0.11,'11/16/2022','Series F','United States',452); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lokalise','Dover','Other',76,0.23,'11/16/2022','Series B','United States',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yotpo','New York City','Marketing',70,0.09,'11/16/2022','Unknown','United States',436); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pear Therapeutics','Boston','Healthcare',59,0.22,'11/16/2022','Post-IPO','United States',409); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('D2L','Waterloo','Education',NULL,0.05,'11/16/2022','Post-IPO','Canada',168); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dance','Berlin','Transportation',NULL,0.16,'11/16/2022','Unknown','Germany',63); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homeward','Austin','Real Estate',NULL,0.25,'11/16/2022','Unknown','United States',501); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hopin','London','Other',NULL,0.17,'11/16/2022','Series D','United Kingdom',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Infogrid','London','Other',NULL,NULL,'11/16/2022','Series A','United Kingdom',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kite','SF Bay Area','Product',NULL,1,'11/16/2022','Series A','United States',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('UiPath','New York City','Data',241,0.06,'11/15/2022','Post-IPO','United States',2000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Asana','SF Bay Area','Other',180,0.09,'11/15/2022','Post-IPO','United States',453); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OwnBackup','New York City','Security',170,0.17,'11/15/2022','Series E','United States',507); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Deliveroo Australia','Melbourne','Food',120,1,'11/15/2022','Post-IPO','Australia',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Productboard','SF Bay Area','Product',100,0.2,'11/15/2022','Series D','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Properly','Toronto','Real Estate',71,NULL,'11/15/2022','Series B','Canada',154); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Protocol','SF Bay Area','Media',60,1,'11/15/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jimdo','Hamburg','Other',50,0.16,'11/15/2022','Unknown','Germany',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Zebra','Austin','Finance',50,NULL,'11/15/2022','Series D','United States',256); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Viber','Luxembourg','Consumer',45,0.08,'11/15/2022','Acquired','Luxembourg',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CaptivateIQ','SF Bay Area','Sales',31,0.1,'11/15/2022','Series C','United States',164); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Apollo Insurance','Vancouver','Finance',NULL,0.25,'11/15/2022','Series B','Canada',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nirvana Money','Miami','Finance',NULL,1,'11/15/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oatly','Malmö','Food',NULL,NULL,'11/15/2022','Post-IPO','Sweden',441); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OfferUp','Seattle','Retail',NULL,0.19,'11/15/2022','Unknown','United States',381); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outside','Boulder','Media',NULL,0.12,'11/15/2022','Series B','United States',174); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rubicon Technologies','Lexington','Other',NULL,0.11,'11/15/2022','Post-IPO','United States',382); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tencent','Shenzen','Consumer',NULL,NULL,'11/15/2022','Post-IPO','China',12600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Typeform','Barcelona','Marketing',NULL,NULL,'11/15/2022','Series C','Spain',187); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Whispir','Melbourne','Other',NULL,0.3,'11/15/2022','Post-IPO','Australia',68); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Illumina','San Diego','Healthcare',500,0.05,'11/14/2022','Post-IPO','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sema4','Stamford','Healthcare',500,NULL,'11/14/2022','Post-IPO','United States',791); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iFit','Logan','Fitness',300,0.2,'11/14/2022','Private Equity','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ribbon','New York City','Real Estate',170,0.85,'11/14/2022','Series C','United States',405); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pipedrive','Tallinn','Sales',143,0.15,'11/14/2022','Private Equity','Estonia',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intercom','SF Bay Area','Support',124,0.13,'11/14/2022','Series D','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Science 37','Los Angeles','Healthcare',90,NULL,'11/14/2022','Post-IPO','United States',347); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pear Therapeutics','Boston','Healthcare',59,0.22,'11/14/2022','Post-IPO','United States',409); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cardlytics','Atlanta','Marketing',51,NULL,'11/14/2022','Post-IPO','United States',212); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cloudinary','SF Bay Area','Media',40,0.08,'11/14/2022','Unknown','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nestcoin','Lagos','Crypto',30,NULL,'11/14/2022','Seed','Nigeria',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gokada','Lagos','Transportation',20,NULL,'11/14/2022','Unknown','Nigeria',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopee','Jakarta','Food',NULL,NULL,'11/14/2022','Unknown','Indonesia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tricida','SF Bay Area','Healthcare',NULL,0.57,'11/14/2022','Post-IPO','United States',624); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Veev','SF Bay Area','Real Estate',100,0.3,'11/11/2022','Series D','United States',597); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Forto','Berlin','Logistics',60,0.08,'11/11/2022','Series D','United States',593); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chipax','Santiago','Finance',NULL,NULL,'11/11/2022','Seed','Chile',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Juniper','Atlanta','Marketing',NULL,NULL,'11/11/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Offerpad','Phoenix','Real Estate',NULL,0.07,'11/11/2022','Post-IPO','United States',355); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoTo Group','Jakarta','Transportation',1300,0.12,'11/10/2022','Post-IPO','Indonesia',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Juul','SF Bay Area',NULL,400,0.3,'11/10/2022','Unknown','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blend','SF Bay Area','Finance',100,0.06,'11/10/2022','Post-IPO','United States',665); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('InfluxData','SF Bay Area','Data',65,0.27,'11/10/2022','Series D','United States',119); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coinbase','SF Bay Area','Crypto',60,NULL,'11/10/2022','Post-IPO','United States',549); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SoundHound','SF Bay Area','Other',45,0.1,'11/10/2022','Post-IPO','United States',326); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wistia','Boston','Marketing',40,NULL,'11/10/2022','Unknown','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ocavu','Lehi','Crypto',20,0.48,'11/10/2022','Series A','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Avast','Phoenix','Security',NULL,0.25,'11/10/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Reforge','SF Bay Area','Education',NULL,NULL,'11/10/2022','Series B','United States',81); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SendCloud','Eindhoven','Logistics',NULL,0.1,'11/10/2022','Series C','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Voly','Sydney','Food',NULL,NULL,'11/10/2022','Seed','Australia',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wavely','SF Bay Area','HR',NULL,1,'11/10/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ZenBusiness','Austin','Other',NULL,NULL,'11/10/2022','Series C','United States',277); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Meta','SF Bay Area','Consumer',11000,0.13,'11/9/2022','Post-IPO','United States',26000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Redfin','Seattle','Real Estate',862,0.13,'11/9/2022','Post-IPO','United States',320); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flyhomes','Seattle','Real Estate',300,0.4,'11/9/2022','Series C','United States',310); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AvantStay','Los Angeles','Travel',144,0.22,'11/9/2022','Private Equity','United States',686); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Root Insurance','Columbus','Finance',137,0.2,'11/9/2022','Post-IPO','United States',527); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Liftoff','SF Bay Area','Marketing',130,0.15,'11/9/2022','Acquired','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cameo','Chicago','Consumer',80,NULL,'11/9/2022','Unknown','United States',165); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Plum','Bengaluru','Healthcare',36,0.1,'11/9/2022','Series A','India',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kabam','SF Bay Area','Consumer',35,0.07,'11/9/2022','Acquired','United States',244); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HighRadius','Bengaluru','Finance',25,NULL,'11/9/2022','Series C','India',475); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Namogoo','Tel Aviv','Marketing',25,0.15,'11/9/2022','Series C','United States',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amobee','SF Bay Area','Marketing',NULL,NULL,'11/9/2022','Acquired','United States',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CloudFactory','Nairobi','Data',NULL,0.12,'11/9/2022','Private Equity','Kenya',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coursera','SF Bay Area','Education',NULL,NULL,'11/9/2022','Post-IPO','United States',458); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Faze Medicines','Boston','Healthcare',NULL,1,'11/9/2022','Series B','United States',81); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RingCentral','SF Bay Area','Other',NULL,0.1,'11/9/2022','Post-IPO','United States',44); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spotify','Stockholm','Media',NULL,NULL,'11/9/2022','Post-IPO','Sweden',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('EverBridge','Boston','Other',200,NULL,'11/8/2022','Post-IPO','United States',476); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Repertoire Immune Medicines','Boston','Healthcare',65,0.5,'11/8/2022','Series B','United States',257); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Astra','SF Bay Area','Aerospace',NULL,0.16,'11/8/2022','Post-IPO','United States',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Beat','Athens','Transportation',NULL,NULL,'11/8/2022','Series B','Greece',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NanoString','Seattle','Healthcare',NULL,0.1,'11/8/2022','Post-IPO','United States',731); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SADA','Los Angeles','Other',NULL,0.11,'11/8/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salesforce','SF Bay Area','Sales',1000,0.01,'11/7/2022','Post-IPO','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unacademy','Bengaluru','Education',350,0.1,'11/7/2022','Series H','India',838); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zendesk','SF Bay Area','Support',350,0.05,'11/7/2022','Acquired','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dock','Sao Paulo','Finance',190,0.12,'11/7/2022','Private Equity','Brazil',280); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Code42','Minneapolis','Security',NULL,0.15,'11/7/2022','Unknown','United States',137); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Domino Data Lab','SF Bay Area','Data',NULL,0.25,'11/7/2022','Series F','United States',223); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Varonis','New York City','Security',110,0.05,'11/6/2022','Post-IPO','United States',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brainly','Krakow','Education',25,NULL,'11/6/2022','Series D','Poland',148); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Practically','Hyderabad','Education',NULL,NULL,'11/6/2022','Unknown','India',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twitter','SF Bay Area','Consumer',3700,0.5,'11/4/2022','Post-IPO','United States',12900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Udaan','Bengaluru','Retail',350,NULL,'11/4/2022','Unknown','India',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Planetly','Berlin','Other',200,1,'11/4/2022','Acquired','Germany',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('KoinWorks','Jakarta','Finance',70,0.08,'11/4/2022','Unknown','Indonesia',180); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Exodus','Nebraska City','Crypto',59,0.22,'11/4/2022','Unknown','United States',60); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Benitago Group','New York City','Retail',NULL,0.14,'11/4/2022','Series A','United States',380); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mythical Games','Los Angeles','Crypto',NULL,0.1,'11/4/2022','Series C','United States',260); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stripe','SF Bay Area','Finance',1000,0.14,'11/3/2022','Series H','United States',2300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lyft','SF Bay Area','Transportation',700,0.13,'11/3/2022','Post-IPO','United States',4900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LendingTree','Charlotte','Finance',200,NULL,'11/3/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pleo','Copenhagen','Finance',150,0.15,'11/3/2022','Series C','United States',428); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Delivery Hero','Berlin','Food',100,NULL,'11/3/2022','Post-IPO','Germany',8300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shippo','SF Bay Area','Logistics',60,0.2,'11/3/2022','Series E','United States',154); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Affirm','SF Bay Area','Finance',NULL,0.01,'11/3/2022','Post-IPO','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CloudKitchens','Los Angeles','Real Estate',NULL,NULL,'11/3/2022','Unknown','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LiveRamp','SF Bay Area','Marketing',NULL,0.1,'11/3/2022','Post-IPO','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Provi','Chicago','Food',NULL,NULL,'11/3/2022','Series C','United States',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rubius','Boston','Healthcare',NULL,0.82,'11/3/2022','Post-IPO','United States',445); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snapdocs','SF Bay Area','Real Estate',NULL,0.15,'11/3/2022','Series D','United States',253); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Studio','SF Bay Area','Education',NULL,NULL,'11/3/2022','Series B','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Opendoor','SF Bay Area','Real Estate',550,0.18,'11/2/2022','Post-IPO','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chime','SF Bay Area','Finance',156,0.12,'11/2/2022','Series G','United States',2300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chargebee','SF Bay Area','Finance',142,0.1,'11/2/2022','Series H','United States',468); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dapper Labs','Vancouver','Crypto',134,0.22,'11/2/2022','Series D','United States',607); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Checkmarx','Tel Aviv','Security',100,0.1,'11/2/2022','Series C','Israel',92); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Smava','Berlin','Finance',100,0.15,'11/2/2022','Unknown','Germany',188); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Iron Ox','SF Bay Area','Food',50,0.5,'11/2/2022','Series C','United States',103); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Digital Currency Gruop','Stamford','Crypto',10,0.13,'11/2/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitMEX','Non-U.S.','Crypto',NULL,0.3,'11/2/2022','Seed','Seychelles',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Signicat','Trondheim','Security',NULL,NULL,'11/2/2022','Acquired','Norway',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Argo AI','SF Bay Area','Transportation',259,NULL,'11/1/2022','Unknown','United States',3600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Booking.com','Grand Rapids','Travel',226,NULL,'11/1/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oracle','SF Bay Area','Other',200,NULL,'11/1/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Upstart','SF Bay Area','Finance',140,0.07,'11/1/2022','Post-IPO','United States',144); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gem','SF Bay Area','Recruiting',100,0.33,'11/1/2022','Series C','United States',148); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oda','Oslo','Food',70,0.18,'11/1/2022','Unknown','Sweden',377); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oda','Oslo','Food',70,0.18,'11/1/2022','Unknown','Norway',477); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oda','Oslo','Food',70,0.06,'11/1/2022','Unknown','Norway',479); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hootsuite','Vancouver','Marketing',50,0.05,'11/1/2022','Series C','Canada',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Drop','Toronto','Marketing',24,NULL,'11/1/2022','Series B','Canada',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tapps Games','Sao Paulo','Consumer',10,NULL,'11/1/2022','Unknown','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brightline','SF Bay Area','Healthcare',NULL,0.2,'11/1/2022','Series C','United States',212); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Help Scout','Boston','Support',NULL,NULL,'11/1/2022','Series B','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kry','Stockholm','Healthcare',300,0.1,'10/31/2022','Series D','Sweden',568); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Notarize','Boston','Legal',60,NULL,'10/31/2022','Series D','United States',213); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('EquityZen','New York City','Finance',30,0.27,'10/31/2022','Series B','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Equitybee','SF Bay Area','Finance',25,0.2,'10/31/2022','Series B','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dukaan','Bengaluru','Retail',23,NULL,'10/31/2022','Series A','India',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amazon','Seattle','Retail',150,NULL,'10/28/2022','Post-IPO','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fifth Season','Pittsburgh','Food',100,1,'10/28/2022','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Advata','Seattle','Healthcare',32,0.21,'10/28/2022',NULL,'United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Springlane','Düsseldorf','Food',NULL,0.35,'10/28/2022','Series C','Germany',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RenoRun','Montreal','Construction',210,0.43,'10/27/2022','Series B','Canada',163); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Recharge','Los Angeles','Finance',84,0.17,'10/27/2022','Series B','United States',277); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lattice','SF Bay Area','HR',13,NULL,'10/27/2022','Series F','United States',328); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoNuts','Mumbai','Media',NULL,1,'10/27/2022','Seed','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spreetail','Austin','Retail',NULL,NULL,'10/27/2022',NULL,'United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MindBody','San Luis Obispo','Fitness',400,0.15,'10/26/2022','Post-IPO','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zillow','Seattle','Real Estate',300,0.05,'10/26/2022','Post-IPO','United States',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cybereason','Boston','Security',200,0.17,'10/26/2022','Series F','United States',750); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Argo AI','Pittsburgh','Transportation',173,NULL,'10/26/2022','Unknown','United States',3600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoFundMe','SF Bay Area','Finance',94,0.12,'10/26/2022','Series A','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carbon','SF Bay Area','Hardware',NULL,NULL,'10/26/2022','Series E','United States',683); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fundbox','SF Bay Area','Finance',150,0.42,'10/25/2022','Series D','United States',553); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Embroker','SF Bay Area','Finance',30,0.12,'10/25/2022','Series C','United States',142); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vee','Tel Aviv','HR',17,0.5,'10/25/2022','Seed','Israel',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Callisto Media','SF Bay Area','Media',NULL,0.35,'10/25/2022','Series D','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Convoy','Seattle','Logistics',NULL,NULL,'10/25/2022','Series E','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Philips','Amsterdam','Healthcare',4000,0.05,'10/24/2022','Post-IPO','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cerebral','SF Bay Area','Healthcare',400,0.2,'10/24/2022','Series C','United States',462); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snyk','Boston','Security',198,0.14,'10/24/2022','Series F','United States',849); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('McMakler','Berlin','Real Estate',100,NULL,'10/24/2022','Unknown','Germany',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unico','Sao Paulo','Other',50,0.04,'10/24/2022','Series D','Brazil',336); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OrCam','Jerusalem','Healthcare',62,0.16,'10/23/2022','Unknown','Israel',86); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Antidote Health','Tel Aviv','Healthcare',23,0.38,'10/23/2022','Unknown','Israel',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Khoros','Austin','Sales',120,0.1,'10/21/2022','Private Equity','United States',138); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('F5','Seattle','Security',100,0.01,'10/21/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Elinvar','Berlin','Finance',43,0.33,'10/21/2022','Unknown','Germany',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Synapsica','New Delhi','Healthcare',30,0.3,'10/21/2022','Series A','India',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Volta','SF Bay Area','Transportation',NULL,0.54,'10/21/2022','Post-IPO','United States',575); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hotmart','Belo Horizonte','Marketing',227,0.12,'10/20/2022','Series C','Brazil',127); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zeus Living','SF Bay Area','Real Estate',64,0.46,'10/20/2022','Series C','United States',151); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loom','SF Bay Area','Product',23,0.11,'10/20/2022','Series C','United States',203); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sales Boomerang','Baltimore','Sales',20,NULL,'10/20/2022','Private Equity','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arrival','London','Transportation',NULL,NULL,'10/20/2022','Post-IPO','United Kingdom',629); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Roofstock','SF Bay Area','Real Estate',NULL,0.2,'10/20/2022','Series E','United States',365); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Starry','Boston','Other',NULL,0.5,'10/20/2022','Post-IPO','United States',260); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gopuff','Philadelphia','Food',250,NULL,'10/19/2022','Series H','United States',3400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AtoB','SF Bay Area','Finance',32,0.3,'10/19/2022','Series B','United States',177); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('InfoSum','London','Security',20,0.12,'10/19/2022','Series B','United Kingdom',88); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clever Real Estate','St. Louis','Real Estate',NULL,NULL,'10/19/2022','Series B','United States',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Collibra','Brussels','Data',NULL,NULL,'10/19/2022','Series G','Belgium',596); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Side','SF Bay Area','Real Estate',NULL,NULL,'10/19/2022','Unknown','United States',313); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Faire','SF Bay Area','Retail',84,0.07,'10/18/2022','Series G','United States',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Leafly','Seattle','Retail',56,0.21,'10/18/2022','Post-IPO','United States',71); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ada Health','Berlin','Healthcare',50,NULL,'10/17/2022','Series B','Germany',189); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tiendanube','Buenos Aires','Marketing',50,0.05,'10/17/2022','Unknown','Argentina',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Microsoft','Seattle','Other',NULL,NULL,'10/17/2022','Post-IPO','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nuri','Berlin','Crypto',NULL,1,'10/17/2022','Series B','Germany',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flipboard','SF Bay Area','Media',24,0.21,'10/16/2022','Unknown','United States',235); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Huawei','Shenzen','Hardware',NULL,NULL,'10/16/2022','Unknown','China',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clear Capital','Reno','Real Estate',378,0.27,'10/14/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Beyond Meat','Los Angeles','Food',200,0.19,'10/14/2022','Post-IPO','United States',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flux Systems','London','Finance',NULL,1,'10/14/2022','Unknown','United Kingdom',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Qin1','Noida','Education',NULL,1,'10/14/2022','Seed','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salesforce','SF Bay Area','Sales',90,NULL,'10/13/2022','Post-IPO','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Playdots','New York City','Consumer',65,1,'10/13/2022','Acquired','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ExtraHop','Seattle','Security',NULL,NULL,'10/13/2022','Series C','United States',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Byju''s','Bengaluru','Education',2500,0.05,'10/12/2022','Private Equity','India',5500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('6sense','SF Bay Area','Sales',150,0.1,'10/12/2022','Series E','United States',426); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sinch','Stockholm','Other',150,NULL,'10/12/2022','Post-IPO','Sweden',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FrontRow','Bengaluru','Education',130,0.75,'10/12/2022','Series A','India',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Noom','New York City','Healthcare',500,0.1,'10/11/2022','Series F','United States',657); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MX','Lehi','Finance',200,NULL,'10/11/2022','Series C','United States',450); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brex','SF Bay Area','Finance',136,0.11,'10/11/2022','Series D','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pacaso','SF Bay Area','Real Estate',100,0.3,'10/11/2022','Series C','United States',217); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sketch','The Hague','Other',80,NULL,'10/11/2022','Series A','Netherlands',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Udacity','SF Bay Area','Education',55,0.13,'10/11/2022','Unknown','United States',235); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Linkfire','Copenhagen','Marketing',35,0.35,'10/11/2022','Seed','Denmark',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Emitwise','London','Energy',NULL,NULL,'10/11/2022','Series A','United Kingdom',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GSR','Hong Kong','Crypto Currency',NULL,NULL,'10/11/2022','Unknown','Hong Kong',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VanHack','Vancouver','HR',NULL,NULL,'10/11/2022','Seed','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HelloFresh','SF Bay Area','Food',611,NULL,'10/10/2022','Post-IPO','United States',367); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Momentive','SF Bay Area','Marketing',180,0.11,'10/10/2022','Post-IPO','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pavilion Data','SF Bay Area','Infrastructure',96,0.96,'10/10/2022','Series D','United States',103); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Redesign Health','New York City','Healthcare',67,0.2,'10/10/2022','Series C','United States',315); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nyriad','Austin','Infrastructure',NULL,0.33,'10/10/2022','Unknown','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BioMarin','SF Bay Area','Healthcare',120,0.04,'10/7/2022','Post-IPO','United States',585); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rev.com','Austin','Data',85,NULL,'10/7/2022','Series D','United States',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crypto.com','Singapore','Crypto',2000,0.3,'10/6/2022','Unknown','Singapore',156); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Peloton','New York City','Fitness',500,0.12,'10/6/2022','Post-IPO','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Landing','Birmingham','Real Estate',110,NULL,'10/6/2022','Series C','United States.',347); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Turnitin','SF Bay Area','Education',51,0.05,'10/6/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Impossible Foods','SF Bay Area','Food',50,0.06,'10/6/2022','Series H','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Atome','Singapore','Finance',NULL,NULL,'10/6/2022','Unknown','Singapore',645); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('First AML','Auckland','Finance',NULL,NULL,'10/6/2022','Series B','New Zealand',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Foresight Insurance','SF Bay Area','Finance',NULL,0.4,'10/6/2022','Series B','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spotify','Stockholm','Media',NULL,NULL,'10/6/2022','Post-IPO','Sweden',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Built In','Chicago','Recruiting',50,0.25,'10/5/2022','Series C','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TwinStrand','Seattle','Healthcare',NULL,0.5,'10/5/2022','Series B','United States',73); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('8x8','SF Bay Area','Support',200,0.09,'10/4/2022','Post-IPO','United States',253); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homie','Salt Lake City','Real Estate',40,0.13,'10/4/2022','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fivetran','SF Bay Area','Data',NULL,0.05,'10/4/2022','Series D','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Xendit','Jakarta','Finance',NULL,0.05,'10/4/2022','Series D','Indonesia',534); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zoomo','Sydney','Transportation',NULL,0.16,'10/4/2022','Series B','Australia',105); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ActiveCampaign','Chicago','Marketing',NULL,0.15,'10/3/2022','Series C','United States',360); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tempo','SF Bay Area','Fitness',NULL,NULL,'10/3/2022','Series C','United States',298); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WazirX','Mumbai','Crypto',60,0.4,'10/2/2022','Acquired','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spin','SF Bay Area','Transportation',78,0.1,'9/30/2022','Acquired','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carsome','Kuala Lumpur','Transportation',NULL,0.1,'9/30/2022','Series E','Malaysia',607); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pastel','SF Bay Area','Food',NULL,1,'9/30/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truepill','SF Bay Area','Healthcare',NULL,NULL,'9/30/2022','Series D','United States',255); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Westwing','Munich','Retail',125,NULL,'9/29/2022','Post-IPO','Germany',237); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mux','SF Bay Area','Infrastructure',40,0.2,'9/29/2022','Series D','United States',173); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Solarisbank','Berlin','Finance',NULL,0.1,'9/29/2022','Unknown','Germany',385); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zenjob','Berlin','HR',NULL,NULL,'9/29/2022','Series D','Germany',107); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DocuSign','SF Bay Area','Sales',671,0.09,'9/28/2022','Post-IPO','United States',536); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Front','SF Bay Area','Support',NULL,NULL,'9/28/2022','Series D','United States',203); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Volta','SF Bay Area','Transportation',NULL,0.1,'9/28/2022','Post-IPO','United States',575); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Divvy Homes','SF Bay Area','Real Estate',40,0.12,'9/27/2022','Series B','United States',180); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Graphcore','Bristol','Data',NULL,NULL,'9/27/2022','Unknown','United Kingdom',692); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Instacart','SF Bay Area','Food',NULL,NULL,'9/24/2022','Unknown','United States',2900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Konfio','Mexico City','Finance',180,NULL,'9/23/2022','Series E','United States',706); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Moss','Berlin','Fin-Tech',70,0.15,'9/23/2022','Series B','Germany',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Foxtrot','Chicago','Food',26,0.035,'9/23/2022','Series C','United States',166); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truiloo','Vancouver','Security',24,0.05,'9/23/2022','Series D','Canada',474); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pesto','SF Bay Area','Other',NULL,1,'9/23/2022','Seed','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NYDIG','New York City','Crypto',110,0.33,'9/22/2022','Private Equity','United States',1400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Klarna','Stockholm','Finance',100,NULL,'9/22/2022','Unknown','Sweden',3700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Made.com','London','Retail',NULL,0.35,'9/22/2022','Series D','United Kingdom',136); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kitty Hawk','SF Bay Area','Aerospace',100,1,'9/21/2022','Unknown','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Candidate Labs','SF Bay Area','HR',NULL,NULL,'9/21/2022','Seed','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Compass','New York City','Real Estate',271,NULL,'9/20/2022','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Curative','Los Angeles','Healthcare',109,NULL,'9/20/2022','Seed','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ada','Toronto','Support',78,0.16,'9/20/2022','Series C','Canada',190); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('99','Sao Paulo','Transportation',75,0.02,'9/20/2022','Acquired','Brazil',244); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ouster','SF Bay Area','Transportation',NULL,0.1,'9/20/2022','Post-IPO','United States',282); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zappos','Las Vegas','Retail',NULL,0.04,'9/20/2022','Acquired','United States',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ola','Bengaluru','Transportation',200,NULL,'9/19/2022','Series J','India',5000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vesalius Therapeutics','Boston','Healthcare',29,0.43,'9/19/2022','Series B','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VideoAmp','Los Angeles','Marketing',NULL,0.02,'9/19/2022','Series F','United States',456); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopee','Jakarta','Food',NULL,NULL,'9/18/2022','Unknown','Indonesia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clear','Bengaluru','Finance',190,0.2,'9/16/2022','Series C','India',140); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TrueLayer','London','Finance',40,0.1,'9/16/2022','Series E','United States',271); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LivePerson','New York City','Support',193,0.11,'9/15/2022','Post-IPO','United States',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Acast','Stockholm','Media',70,0.15,'9/15/2022','Post-IPO','Sweden',126); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WorkRamp','SF Bay Area','HR',35,0.2,'9/15/2022','Series C','United States',67); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DayTwo','SF Bay Area','Healthcare',NULL,NULL,'9/15/2022','Series B','United States',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NextRoll','SF Bay Area','Marketing',NULL,0.07,'9/15/2022','Unknown','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twilio','SF Bay Area','Other',800,0.11,'9/14/2022','Post-IPO','United States',614); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pitch','Berlin','Marketing',59,0.3,'9/14/2022','Series B','Germany',137); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Infarm','Berlin','Other',50,0.05,'9/14/2022','Series D','Germany',604); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Netflix','SF Bay Area','Media',30,NULL,'9/14/2022','Post-IPO','United States',121900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bitrise','Budapest','Infrastructure',NULL,0.14,'9/14/2022','Series C','Hungary',83); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rubius','Boston','Healthcare',160,0.75,'9/13/2022','Post-IPO','United States',445); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Checkout.com','London','Finance',100,0.05,'9/13/2022','Series D','United Kingdom',1800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Taboola','New York City','Marketing',100,0.06,'9/13/2022','Post-IPO','United States',445); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Patreon','SF Bay Area','Media',80,0.17,'9/13/2022','Series F','United States',413); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FullStory','Atlanta','Marketing',NULL,0.12,'9/13/2022','Unknown','United States',197); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Propzy','Ho Chi Minh City','Real Estate',NULL,1,'9/13/2022','Series A','Vietnam',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quicko','Sao Paulo','Transportation',60,NULL,'9/12/2022','Acquired','Brazil',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mode Analytics','SF Bay Area','Data',25,NULL,'9/12/2022','Series D','United States',81); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Compete','Tel Aviv','HR',11,0.28,'9/12/2022','Series A','Israel',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Karbon','SF Bay Area','Other',NULL,0.23,'9/12/2022','Series B','United States',91); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rent the Runway','New York City','Retail',NULL,0.24,'9/12/2022','Post-IPO','United States',526); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sama','SF Bay Area','Data',NULL,NULL,'9/12/2022','Series B','United States',84); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SkipTheDishes','Winnipeg','Food',350,NULL,'9/9/2022','Acquired','Canada',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brighte','Sydney','Energy',58,NULL,'9/9/2022','Series C','Australia',145); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Patreon','SF Bay Area','Media',5,NULL,'9/9/2022','Series F','United States',413); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amber Group','Hong Kong','Crypto',NULL,0.1,'9/9/2022','Series B','Hong Kong',328); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Capiter','Cairo','Finance',NULL,NULL,'9/9/2022','Series A','Egypt',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CommonBond','New York City','Finance',NULL,1,'9/9/2022','Series D','United States',125); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DreamBox Learning','Seattle','Education',NULL,NULL,'9/9/2022','Acquired','United States',175); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flowhub','Denver','Retail',NULL,0.15,'9/9/2022','Unknown','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lido Learning','Mumbai','Education',NULL,1,'9/9/2022','Series C','India',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoStudent','Vienna','Education',200,NULL,'9/8/2022','Series D','Austria',686); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pomelo Fashion','Bangkok','Retail',55,0.08,'9/8/2022','Unknown','Thailand',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Genome Medical','SF Bay Area','Healthcare',23,NULL,'9/8/2022','Series C','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BigBear.ai','Baltimore','Data',NULL,0.07,'9/8/2022','Post-IPO','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Realtor.com','SF Bay Area','Real Estate',NULL,NULL,'9/8/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Simple Feast','Copenhagen','Food',150,1,'9/7/2022','Unknown','Denmark',173); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Foodpanda','Singapore','Food',60,NULL,'9/7/2022','Acquired','Singapore',749); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uber','Vilnius','Transportation',60,NULL,'9/7/2022','Post-IPO','Lithuania',24700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rupeek','Bengaluru','Finance',50,NULL,'9/7/2022','Unknown','India',172); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intercom','SF Bay Area','Support',49,0.05,'9/7/2022','Series D','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pendo','Raleigh','Product',45,0.05,'9/7/2022','Series F','United States',469); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Demandbase','SF Bay Area','Sales',27,0.03,'9/7/2022','Series H','United States',143); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Firebolt','Tel Aviv','Data',NULL,NULL,'9/7/2022','Series C','Israel',264); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Medly','New York City','Healthcare',NULL,0.5,'9/7/2022','Series C','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Xsight Labs','Tel Aviv','Other',NULL,NULL,'9/7/2022','Series D','Israel',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brave Care','Portland','Healthcare',40,0.33,'9/6/2022','Series B','United States',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lawgeex','Tel Aviv','Legal',30,0.33,'9/6/2022','Series C','Israel',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Juniper Square','SF Bay Area','Real Estate',NULL,0.14,'9/6/2022','Series C','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Medium','SF Bay Area','Media',NULL,0.25,'9/6/2022','Unknown','United States',163); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kuda','Lagos','Finance',23,0.05,'9/2/2022','Series B','Nigeria',91); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alerzo','Ibadan','Retail',NULL,NULL,'9/2/2022','Series B','Nigeria',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sea','Singapore','Consumer',NULL,NULL,'9/2/2022','Post-IPO','Singapore',8600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('2TM','Sao Paulo','Crypto',100,0.15,'9/1/2022','Unknown','Brazil',250); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Innovaccer','SF Bay Area','Healthcare',90,0.08,'9/1/2022','Series E','United States',379); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopify','Ottawa','Retail',70,NULL,'9/1/2022','Post-IPO','Canada',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Urban Sports Club','Berlin','Fitness',55,0.15,'9/1/2022','Unknown','Germany',95); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hedvig','Stockholm','Finance',12,NULL,'9/1/2022','Series B','Sweden',67); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snap','Los Angeles','Consumer',1280,0.2,'8/31/2022','Post-IPO','United States',4900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoodRx','Los Angeles','Healthcare',140,0.16,'8/31/2022','Post-IPO','United States',910); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Smava','Berlin','Finance',100,0.1,'8/31/2022','Unknown','Germany',188); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hippo Insurance','SF Bay Area','Finance',70,0.1,'8/31/2022','Post-IPO','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clari','SF Bay Area','Sales',45,NULL,'8/31/2022','Series F','United States',496); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Koo','Bengaluru','Consumer',40,NULL,'8/31/2022','Series B','India',44); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TCR2','Boston','Healthcare',30,0.2,'8/31/2022','Post-IPO','United States',173); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Apartment List','SF Bay Area','Real Estate',29,0.1,'8/31/2022','Series D','United States',169); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Artnight','Berlin','Retail',26,0.36,'8/31/2022','Unknown','Germany',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snagajob','Richmond','HR',NULL,NULL,'8/31/2022','Unknown','United States',221); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Wing','New York City','Real Estate',NULL,1,'8/31/2022','Series C','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Viamo','Accra','Other',NULL,NULL,'8/31/2022','Unknown','Ghana',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Electric','New York City','Other',81,NULL,'8/30/2022','Series D','United States',212); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Immersive Labs','Bristol','Security',38,0.1,'8/30/2022','Series C','United Kingdom',123); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nate','New York City','Retail',30,NULL,'8/30/2022','Series A','United States',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Meesho','Bengaluru','Retail',300,NULL,'8/29/2022','Series F','India',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('54gene','Washington D.C.','Healthcare',95,0.3,'8/29/2022','Series B','United States',44); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fungible','SF Bay Area','Crypto',NULL,NULL,'8/29/2022','Series C','United States',310); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skillz','SF Bay Area','Consumer',NULL,NULL,'8/29/2022','Post-IPO','United States',287); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Otonomo','Tel Aviv','Transportation',NULL,NULL,'8/28/2022','Post-IPO','Israel',231); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zymergen','SF Bay Area','Other',80,NULL,'8/26/2022','Acquired','United States',974); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Okta','SF Bay Area','Security',24,NULL,'8/26/2022','Post-IPO','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Argyle','New York City','Finance',20,0.07,'8/26/2022','Series B','United States',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Better.com','New York City','Real Estate',NULL,NULL,'8/26/2022','Unknown','United States',905); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FreshDirect','Philadelphia','Food',40,NULL,'8/25/2022','Acquired','United States',280); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loja Integrada','Sao Paulo','Retail',25,0.1,'8/25/2022','Acquired','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Impact.com','Los Angeles','Marketing',NULL,0.1,'8/25/2022','Private Equity','United States',361); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ShipBob','Chicago','Logistics',NULL,0.07,'8/25/2022','Series E','United States',330); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Reali','SF Bay Area','Real Estate',140,1,'8/24/2022','Series B','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loop','Washington D.C.','Finance',15,0.2,'8/24/2022','Series A','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pix','SF Bay Area','Food',NULL,NULL,'8/24/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tier Mobility','Berlin','Transportation',180,0.16,'8/23/2022','Series D','Germany',646); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Packable','New York City','Retail',138,0.2,'8/23/2022','Unknown','United States',472); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Q4','Toronto','Other',50,0.08,'8/23/2022','Series C','Canada',91); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skedulo','SF Bay Area','HR',31,0.08,'8/23/2022','Series C','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Plato','SF Bay Area','HR',29,0.5,'8/23/2022','Seed','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DataRobot','Boston','Data',NULL,0.26,'8/23/2022','Series G','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kogan','Melbourne','Retail',NULL,NULL,'8/23/2022','Post-IPO','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skillshare','New York City','Education',NULL,NULL,'8/23/2022','Unknown','United States',136); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mr. Yum','Melbourne','Food',NULL,0.17,'8/22/2022','Series A','United States',73); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ShopX','Bengaluru','Retail',NULL,1,'8/22/2022','Unknown','India',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NSO','Tel Aviv','Security',100,0.14,'8/21/2022','Seed','Israel',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tufin','Boston','Security',55,0.1,'8/21/2022','Acquired','United States',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amperity','Seattle','Marketing',13,0.03,'8/20/2022','Series D','United States',187); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wayfair','Boston','Retail',870,0.05,'8/19/2022','Post-IPO','United States',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stripe','SF Bay Area','Finance',50,NULL,'8/19/2022','Series H','United States',2300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hodlnaut','Singapore','Crypto',40,0.8,'8/19/2022','Unknown','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('New Relic','SF Bay Area','Infrastructure',110,0.05,'8/18/2022','Post-IPO','United States',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wheel','Austin','Healthcare',35,0.17,'8/18/2022','Series C','United States',215); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Petal','New York City','Finance',NULL,NULL,'8/18/2022','Series D','United States',704); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thirty Madison','New York City','Healthcare',NULL,0.1,'8/18/2022','Series C','United States',209); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vendasta','Saskatoon','Marketing',NULL,0.05,'8/18/2022','Series D','Canada',178); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Malwarebytes','SF Bay Area','Security',125,0.14,'8/17/2022','Series B','United States',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fluke','Sao Paulo','Other',83,0.82,'8/17/2022','Seed','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swyftx','Brisbane','Crypto',74,0.21,'8/17/2022','Unknown','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tempo Automation','SF Bay Area','Other',54,NULL,'8/17/2022','Series C','United States',74); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Genesis','New York City','Crypto',52,0.2,'8/17/2022','Series A','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Warren','Porto Alegre','Finance',50,NULL,'8/17/2022','Series C','Brazil',104); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AlayaCare','Montreal','Healthcare',80,0.14,'8/16/2022','Series D','Canada',293); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pliops','Tel Aviv','Data',12,0.09,'8/16/2022','Series D','Israel',205); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Woven','Indianapolis','HR',5,0.15,'8/16/2022','Series A','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crypto.com','Singapore','Crypto',NULL,NULL,'8/16/2022','Unknown','Singapore',156); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Edmodo','SF Bay Area','Education',NULL,1,'8/16/2022','Acquired','United States',77); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snapdocs','SF Bay Area','Real Estate',NULL,0.1,'8/16/2022','Series D','United States',253); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Updater','New York City','Other',NULL,NULL,'8/16/2022','Unknown','United States',467); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sema4','Stamford','Healthcare',250,0.13,'8/15/2022','Post-IPO','United States',791); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blend','SF Bay Area','Finance',220,0.12,'8/15/2022','Post-IPO','United States',665); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ContraFect','New York City','Healthcare',16,0.37,'8/15/2022','Post-IPO','United States',380); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ThredUp','Chicago','Retail',NULL,0.15,'8/15/2022','Post-IPO','United States',305); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Anywell','Tel Aviv','Real Estate',11,NULL,'8/14/2022','Series A','Israel',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Almanac','SF Bay Area','Other',NULL,NULL,'8/13/2022','Series A','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Peloton','New York City','Fitness',784,0.13,'8/12/2022','Post-IPO','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Core Scientific','Austin','Crypto',NULL,0.1,'8/12/2022','Post-IPO','United States',169); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Orbit','SF Bay Area','Other',NULL,NULL,'8/12/2022','Series A','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truepill','SF Bay Area','Healthcare',175,0.33,'8/11/2022','Series D','United States',255); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Calm','SF Bay Area','Healthcare',90,0.2,'8/11/2022','Series C','United States',218); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FourKites','Chicago','Logistics',60,0.08,'8/11/2022','Series D','United States',201); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Marketforce','Nairobi','Retail',54,0.09,'8/11/2022','Series A','Kenya',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Betterfly','Santiago','Healthcare',30,NULL,'8/11/2022','Series C','Chile',204); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Expert360','Sydney','Recruiting',7,NULL,'8/11/2022','Series C','Australia',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Guidewire','SF Bay Area','Finance',NULL,0.02,'8/11/2022','Post-IPO','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trybe','Sao Paulo','Education',47,0.1,'8/10/2022','Series B','Brazil',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Permutive','London','Marketing',30,0.12,'8/10/2022','Series C','United Kingdom',105); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homeward','Austin','Real Estate',NULL,0.2,'8/10/2022','Series B','United States',160); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pollen','London','Marketing',NULL,1,'8/10/2022','Series C','United Kingdom',238); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vedanta Biosciences','Boston','Healthcare',NULL,0.2,'8/10/2022','Series D','United States',301); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoHealth','Chicago','Healthcare',800,0.2,'8/9/2022','Post-IPO','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hootsuite','Vancouver','Marketing',400,0.3,'8/9/2022','Series C','Canada',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nutanix','SF Bay Area','Infrastructure',270,0.04,'8/9/2022','Post-IPO','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quanterix','Boston','Healthcare',130,0.25,'8/9/2022','Post-IPO','United States',533); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wix','Tel Aviv','Marketing',100,NULL,'8/9/2022','Post-IPO','Israel',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MadeiraMadeira','Curitiba','Retail',60,0.03,'8/9/2022','Series E','Brazil',338); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Melio','New York City','Finance',60,NULL,'8/9/2022','Series D','United States',504); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Linktree','Melbourne','Consumer',50,0.17,'8/9/2022','Unknown','Australia',165); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shogun','SF Bay Area','Retail',48,0.3,'8/9/2022','Series C','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Absci','Vancouver','Healthcare',40,NULL,'8/9/2022','Post-IPO','United States',237); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dooly','Vancouver','Sales',12,NULL,'8/9/2022','Series B','Canada',102); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Berkeley Lights','SF Bay Area','Healthcare',NULL,0.12,'8/9/2022','Post-IPO','United States',272); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DailyPay','New York City','Finance',NULL,0.15,'8/9/2022','Unknown','United States',814); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Haus','SF Bay Area','Food',NULL,1,'8/9/2022','Seed','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kaltura','New York City','Media',NULL,0.1,'8/9/2022','Post-IPO','United States',166); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shift','SF Bay Area','Transportation',NULL,NULL,'8/9/2022','Post-IPO','United States',504); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sweetgreen','Los Angeles','Food',NULL,NULL,'8/9/2022','Post-IPO','United States',478); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Groupon','Chicago','Retail',500,0.15,'8/8/2022','Post-IPO','United States',1400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loggi','Sao Paulo','Logistics',500,0.15,'8/8/2022','Series F','Brazil',507); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vroom','New York City','Transportation',337,NULL,'8/8/2022','Post-IPO','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Warby Parker','New York City','Consumer',63,NULL,'8/8/2022','Post-IPO','United States',535); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Labelbox','SF Bay Area','Data',36,NULL,'8/8/2022','Series D','United States',188); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Perion','Tel Aviv','Marketing',20,0.05,'8/8/2022','Post-IPO','Israel',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Daily Harvest','New York City','Food',NULL,0.15,'8/8/2022','Series D','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DataRobot','Boston','Data',NULL,NULL,'8/8/2022','Series G','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iRobot','Boston','Consumer',140,0.1,'8/5/2022','Acquired','United States',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mejuri','Toronto','Retail',50,0.1,'8/5/2022','Series B','Canada',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uberflip','Toronto','Marketing',31,0.17,'8/5/2022','Series A','Canada',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Slync','Dallas','Logistics',NULL,NULL,'8/5/2022','Series B','United States',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Talkdesk','SF Bay Area','Support',NULL,NULL,'8/5/2022','Series D','United States',497); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Doma','SF Bay Area','Finance',250,0.13,'8/4/2022','Post-IPO','United States',679); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Article','Vancouver','Retail',216,0.17,'8/4/2022','Series B','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jam City','Los Angeles','Consumer',200,0.17,'8/4/2022','Unknown','United States',652); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('10X Genomics','SF Bay Area','Healthcare',100,0.08,'8/4/2022','Post-IPO','United States',242); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LEAD','Mumbai','Education',80,0.04,'8/4/2022','Series E','India',166); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zendesk','SF Bay Area','Support',80,NULL,'8/4/2022','Acquired','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('On Deck','SF Bay Area','Education',73,0.33,'8/4/2022','Series A','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RenoRun','Montreal','Construction',70,0.12,'8/4/2022','Series B','Canada',163); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RingCentral','SF Bay Area','Support',50,NULL,'8/4/2022','Post-IPO','United States',44); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Medly','New York City','Healthcare',NULL,0.16,'8/4/2022','Series C','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nomad','Sao Paulo','Finance',NULL,0.2,'8/4/2022','Series B','Brazil',290); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StubHub','SF Bay Area','Consumer',NULL,NULL,'8/4/2022','Acquired','United States',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Weedmaps','Los Angeles','Other',NULL,0.1,'8/4/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zenius','Jakarta','Education',NULL,0.3,'8/4/2022','Series B','Indonesia',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Healthcare.com','Miami','Healthcare',149,NULL,'8/3/2022','Series C','United States',244); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unbounce','Vancouver','Marketing',47,0.2,'8/3/2022','Series A','Canada',39); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Beyond Meat','Los Angeles','Food',40,NULL,'8/3/2022','Post-IPO','United States',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Org','New Delhi','HR',13,NULL,'8/3/2022','Series B','United States',39); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CarDekho','Gurugram','Transportation',NULL,NULL,'8/3/2022','Series E','India',497); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Puppet','Portland','Infrastructure',NULL,0.15,'8/3/2022','Acquired','United States',189); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SoundCloud','Berlin','Consumer',NULL,0.2,'8/3/2022','Unknown','Germany',542); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Talkwalker','Luxembourg','Marketing',NULL,0.15,'8/3/2022','Private Equity','Luxembourg',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Robinhood','SF Bay Area','Finance',713,0.23,'8/2/2022','Post-IPO','United States',5600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Latch','New York City','Security',115,0.37,'8/2/2022','Post-IPO','United States',342); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vedantu','Bengaluru','Education',100,NULL,'8/2/2022','Series E','India',292); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Seegrid','Pittsburgh','Logistics',90,NULL,'8/2/2022','Unknown','United States',107); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nylas','SF Bay Area','Product',80,0.25,'8/2/2022','Series C','United States',175); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outreach','Seattle','Sales',60,0.05,'8/2/2022','Series G','United States',489); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sendy','Nairobi','Logistics',54,0.2,'8/2/2022','Series B','Kenya',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Predictive Index','Boston','HR',40,NULL,'8/2/2022','Acquired','United States',71); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sendy','Nairobi','Logistics',30,0.1,'8/2/2022','Series B','Kenya',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stedi','Boulder','Product',23,0.3,'8/2/2022','Series B','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glossier','New York City','Retail',19,0.08,'8/2/2022','Series E','United States',266); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Butterfly Network','New Haven','Healthcare',NULL,0.1,'8/2/2022','Post-IPO','United States',530); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FuboTV','New York City','Media',NULL,NULL,'8/2/2022','Post-IPO','United States',151); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hash','Sao Paulo','Finance',58,0.5,'8/1/2022','Series C','Brazil',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Classkick','Chicago','Education',NULL,NULL,'8/1/2022','Seed','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DeHaat','Gurugram','Food',NULL,NULL,'8/1/2022','Series D','India',194); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OnlyFans','London','Media',NULL,NULL,'8/1/2022','Unknown','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oracle','SF Bay Area','Other',NULL,NULL,'8/1/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Perceptive Automata','Boston','Transportation',NULL,1,'8/1/2022','Series A','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Whereby','Oslo','Other',NULL,NULL,'8/1/2022','Series A','Norway',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Metigy','Sydney','Marketing',75,1,'7/31/2022','Series B','Australia',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vee','Tel Aviv','HR',16,0.32,'7/31/2022','Seed','Israel',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gatherly','Atlanta','Marketing',NULL,0.5,'7/31/2022',NULL,'United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ola','Bengaluru','Transportation',1000,NULL,'7/29/2022','Series J','India',5000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clearco','Toronto','Fin-Tech',125,0.25,'7/29/2022','Series C','Canada',681); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Imperfect Foods','SF Bay Area','Food',50,NULL,'7/29/2022','Series D','United States',229); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shelf Engine','Seattle','Food',43,NULL,'7/29/2022','Series B','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quantcast','SF Bay Area','Marketing',40,0.06,'7/29/2022','Series C','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sherpa','Toronto','Travel',22,NULL,'7/29/2022','Unknown','Canada',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CoinFLEX','Victoria','Crypto',NULL,NULL,'7/29/2022','Unknown','Seychelles',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MissFresh','Beijing','Food',NULL,NULL,'7/29/2022','Post-IPO','China',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yabonza','Sydney','Real Estate',NULL,1,'7/29/2022','Unknown','Australia',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ribbon','New York City','Real Estate',136,NULL,'7/28/2022','Series C','United States',405); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Career Karma','SF Bay Area','Education',60,0.33,'7/28/2022','Series B','United States',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Metromile','SF Bay Area','Finance',60,0.2,'7/28/2022','Acquired','United States',510); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Laybuy','Auckland','Finance',45,NULL,'7/28/2022','Post-IPO','New Zealand',130); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Allbirds','SF Bay Area','Retail',23,NULL,'7/28/2022','Post-IPO','United States',202); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TextNow','Waterloo','Consumer',22,NULL,'7/28/2022','Seed','Canada',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('2U','Washington D.C.','Education',NULL,0.2,'7/28/2022','Post-IPO','United States',426); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bikayi','Bengaluru','Retail',NULL,NULL,'7/28/2022','Series A','India',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brainbase','Los Angeles','Sales',NULL,NULL,'7/28/2022','Series A','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Change.org','SF Bay Area','Other',NULL,0.19,'7/28/2022','Series D','United States',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tapas Media','SF Bay Area','Media',NULL,NULL,'7/28/2022','Acquired','United States',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Turntide','SF Bay Area','Energy',NULL,0.2,'7/28/2022','Unknown','United States',491); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rivian','Detroit','Transportation',840,0.06,'7/27/2022','Post-IPO','United States',10700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vox Media','Washington D.C.','Media',39,0.02,'7/27/2022','Series F','United States',307); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coinsquare','Toronto','Crypto',30,0.24,'7/27/2022','Unknown','Canada',98); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skai','Tel Aviv','Marketing',30,0.04,'7/27/2022','Series E','Israel',60); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopify','Ottawa','Retail',1000,0.1,'7/26/2022','Post-IPO','Canada',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('McMakler','Berlin','Real Estate',90,NULL,'7/26/2022','Unknown','Germany',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fiverr','Tel Aviv','Other',60,0.08,'7/26/2022','Post-IPO','Israel',111); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('InDebted','Sydney','Finance',40,0.17,'7/26/2022','Series B','Australia',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outbrain','New York City','Marketing',38,0.03,'7/26/2022','Post-IPO','United States',394); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dover','SF Bay Area','Recruiting',23,0.3,'7/26/2022','Series A','United States',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Immutable','Sydney','Crypto',20,0.06,'7/26/2022','Series C','Australia',279); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zymergen','SF Bay Area','Other',80,NULL,'7/25/2022','Acquired','United States',974); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pear Therapeutics','Boston','Healthcare',25,0.09,'7/25/2022','Post-IPO','United States',409); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Included Health','SF Bay Area','Healthcare',NULL,0.06,'7/25/2022','Series E','United States',272); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Soluto','Tel Aviv','Support',120,1,'7/24/2022','Acquired','Israel',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eucalyptus','Sydney','Healthcare',50,0.2,'7/22/2022','Series C','United States',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workstream','SF Bay Area','HR',45,NULL,'7/22/2022','Series B','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quanto','Sao Paulo','Finance',28,0.22,'7/22/2022','Series A','Brazil',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clarify Health','SF Bay Area','Healthcare',15,0.05,'7/22/2022','Series D','United States',328); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arete','Miami','Security',NULL,NULL,'7/22/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Boosted Commerce','Los Angeles','Retail',NULL,0.05,'7/22/2022','Series B','United States',137); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Owlet','Lehi','Healthcare',NULL,NULL,'7/22/2022','Post-IPO','United States',178); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('People.ai','SF Bay Area','Sales',NULL,NULL,'7/22/2022','Series D','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wizeline','SF Bay Area','Product',NULL,NULL,'7/22/2022','Acquired','United States',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blockchain.com','London','Crypto',150,0.25,'7/21/2022','Series D','United Kingdom',490); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Callisto Media','SF Bay Area','Media',140,0.35,'7/21/2022','Series D','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AppGate','Miami','Security',130,0.22,'7/21/2022','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WHOOP','Boston','Fitness',95,0.15,'7/21/2022','Series F','United States',404); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rad Power Bikes','Seattle','Transportation',63,0.1,'7/21/2022','Series D','United States',329); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lunchbox','New York City','Food',60,0.33,'7/21/2022','Series B','United States',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RealSelf','Seattle','Healthcare',11,0.05,'7/21/2022','Series B','United States',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('98point6','Seattle','Healthcare',NULL,0.1,'7/21/2022','Series E','United States',247); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Catalyst','New York City','Support',NULL,NULL,'7/21/2022','Series B','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('InVision','New York City','Product',NULL,0.5,'7/21/2022','Series F','United States',356); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mural','SF Bay Area','Product',NULL,NULL,'7/21/2022','Series C','United States',192); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Smarsh','Portland','Other',NULL,NULL,'7/21/2022','Private Equity','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Just Eat Takeaway','Amsterdam','Food',390,NULL,'7/20/2022','Post-IPO','Netherlands',2800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flyhomes','Seattle','Real Estate',200,0.2,'7/20/2022','Series C','United States',310); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Varo','SF Bay Area','Finance',75,NULL,'7/20/2022','Series E','United States',992); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BlueStacks','SF Bay Area','Other',60,NULL,'7/20/2022','Series C','United States',48); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lyft','SF Bay Area','Transportation',60,0.02,'7/20/2022','Post-IPO','United States',4900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Introhive','Ferdericton','Sales',57,0.16,'7/20/2022','Series C','Canada',125); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zencity','Tel Aviv','Other',30,0.2,'7/20/2022','Unknown','Israel',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Splice','New York City','Media',23,NULL,'7/20/2022','Series D','United States',159); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Forma.ai','Toronto','Sales',15,0.09,'7/20/2022','Series B','Canada',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arc','SF Bay Area','HR',13,NULL,'7/20/2022','Seed','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Invitae','SF Bay Area','Healthcare',1000,NULL,'7/19/2022','Post-IPO','United States',2000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Olive','Columbus','Healthcare',450,0.31,'7/19/2022','Series H','United States',856); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('M1','Chicago','Finance',38,NULL,'7/19/2022','Series E','United States',323); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SellerX','Berlin','Retail',28,NULL,'7/19/2022','Unknown','Germany',766); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stint','London','HR',28,0.2,'7/19/2022','Unknown','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Capsule','New York City','Healthcare',NULL,0.13,'7/19/2022','Series D','United States',570); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PACT Pharma','SF Bay Area','Healthcare',94,NULL,'7/18/2022','Series C','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gemini','New York City','CryptoCurrency',68,0.07,'7/18/2022','Unknown','United States',423); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lusha','New York City','Marketing',30,0.1,'7/18/2022','Series B','United States',245); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Elemy','SF Bay Area','Healthcare',NULL,NULL,'7/18/2022','Series B','United States',323); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Freshly','New York City','Food',NULL,0.25,'7/18/2022','Acquired','United States',107); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hydrow','Boston','Fitness',NULL,0.35,'7/18/2022','Series D','United States',269); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TikTok','Los Angeles','Consumer',NULL,NULL,'7/18/2022','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vimeo','New York City','Consumer',NULL,0.06,'7/18/2022','Post-IPO','United States',450); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bright Money','Bengaluru','Finance',100,0.5,'7/15/2022','Series A','India',31); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Project44','Chicago','Logistics',63,0.05,'7/15/2022','Unknown','United States',817); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Heroes','London','Retail',24,0.2,'7/15/2022','Unknown','United States',265); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aspire','SF Bay Area','Marketing',23,NULL,'7/15/2022','Series A','United States',27); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StyleSeat','SF Bay Area','Consumer',NULL,0.17,'7/15/2022','Series C','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zego','London','Finance',85,0.17,'7/14/2022','Series C','United Kingdom',202); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Mom Project','Chicago','HR',54,0.15,'7/14/2022','Series C','United States',115); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unstoppable Domains','SF Bay Area','Crypto Currency',42,0.25,'7/14/2022','Series B','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kiavi','SF Bay Area','Real Estate',39,0.07,'7/14/2022','Series E','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alto Pharmacy','SF Bay Area','Healthcare',NULL,NULL,'7/14/2022','Series E','United States',560); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cosuno','Berlin','Construction',NULL,NULL,'7/14/2022','Series B','Germany',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OpenSea','New York City','Crypto',NULL,0.2,'7/14/2022','Series C','United States',427); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wave','Dakar','Finance',300,0.15,'7/13/2022','Series A','Senegal',292); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tonal','SF Bay Area','Fitness',262,0.35,'7/13/2022','Series E','United States',450); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fabric','New York City','Logistics',120,0.4,'7/13/2022','Series C','United States',336); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bryter','Berlin','Product',100,0.3,'7/13/2022','Series B','Germany',89); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ChowNow','Los Angeles','Food',100,0.2,'7/13/2022','Series C','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Involves','Florianópolis','Retail',70,0.18,'7/13/2022','Unknown','Brazil',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('100 Thieves','Los Angeles','Consumer',12,NULL,'7/13/2022','Series C','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nuro','SF Bay Area','Transportation',7,NULL,'7/13/2022','Series D','United States',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arrival','London','Transportation',NULL,0.3,'7/13/2022','Post-IPO','United Kingdom',629); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CircleUp','SF Bay Area','Finance',NULL,NULL,'7/13/2022','Series C','United States',53); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Papa','Miami','Other',NULL,0.15,'7/13/2022','Series D','United States',241); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gopuff','Philadelphia','Food',1500,0.1,'7/12/2022','Series H','United States',3400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fraazo','Mumbai','Food',150,NULL,'7/12/2022','Series B','India',63); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Babylon','London','Healthcare',100,NULL,'7/12/2022','Post-IPO','United Kingdom',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hubilo','SF Bay Area','Marketing',45,0.12,'7/12/2022','Series B','United States',153); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airlift','Lahore','Logistics',NULL,1,'7/12/2022','Series B','Pakistan',109); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Microsoft','Seattle','Other',NULL,NULL,'7/12/2022','Post-IPO','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spring','SF Bay Area','Retail',NULL,NULL,'7/12/2022','Unknown','United States',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hopin','London','Other',242,0.29,'7/11/2022','Series D','United Kingdom',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alice','Sao Paulo','Healthcare',63,NULL,'7/11/2022','Series C','Brazil',174); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SundaySky','New York City','Marketing',24,0.13,'7/11/2022','Series D','United States',74); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Apeel Sciences','Santa Barbara','Food',NULL,NULL,'7/11/2022','Series E','United States',640); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Forward','SF Bay Area','Healthcare',NULL,0.05,'7/11/2022','Series D','United States',225); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ignite','SF Bay Area','Crypto',NULL,0.5,'7/11/2022','Series A','United States',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nextbite','Denver','Food',NULL,NULL,'7/9/2022','Series C','United States',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PuduTech','Shenzen','Other',1500,NULL,'7/8/2022','Series C','China',184); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Butler Hospitality','New York City','Food',1000,1,'7/8/2022','Series B','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Calibrate','New York City','Healthcare',156,0.24,'7/8/2022','Series B','United States',127); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NextRoll','SF Bay Area','Marketing',NULL,0.03,'7/8/2022','Unknown','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Argo AI','Pittsburgh','Transportation',150,0.05,'7/7/2022','Unknown','United States',3600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Next Insurance','SF Bay Area','Finance',150,0.17,'7/7/2022','Series E','United States',881); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Adwerx','Durham','Marketing',40,NULL,'7/7/2022','Unknown','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Emotive','Los Angeles','Marketing',30,0.18,'7/7/2022','Series B','United States',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cedar','New York City','Healthcare',NULL,0.24,'7/7/2022','Series D','United States',351); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Twitter','SF Bay Area','Consumer',NULL,NULL,'7/7/2022','Post-IPO','United States',5700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Remote','SF Bay Area','HR',100,0.09,'7/6/2022','Series C','United States',496); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopify','Ottawa','Retail',50,NULL,'7/6/2022','Post-IPO','Canada',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Anodot','Tel Aviv','Data',35,0.27,'7/6/2022','Series C','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SQream','New York City','Data',30,0.18,'7/6/2022','Series B','United States',77); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Motif Foodworks','Boston','Food',NULL,NULL,'7/6/2022','Series B','United States',344); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loft','Sao Paulo','Real Estate',384,0.12,'7/5/2022','Unknown','Brazil',788); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bizzabo','New York City','Marketing',120,0.3,'7/5/2022','Series E','United States',194); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('eToro','Tel Aviv','Finance',100,0.06,'7/5/2022','Unknown','Israel',322); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Verbit','New York City','Data',80,0.1,'7/5/2022','Series E','United States',569); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outschool','SF Bay Area','Education',31,0.18,'7/5/2022','Series D','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bullish','Hong Kong','Crypto',30,0.08,'7/5/2022','Unknown','Hong Kong',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Transmit Security','Boston','Security',27,0.07,'7/5/2022','Series A','United States',583); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thimble','New York City','Fin-Tech',20,0.33,'7/5/2022','Series A','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Syte','Tel Aviv','Retail',13,0.08,'7/5/2022','Series C','Israel',71); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lightricks','Jerusalem','Consumer',80,0.12,'7/4/2022','Series D','Israel',335); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chessable','London','Consumer',29,NULL,'7/4/2022','Acquired','United Kingdom',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sendle','Sydney','Logistics',27,0.12,'7/4/2022','Series C','Australia',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lendis','Berlin','Other',18,0.15,'7/4/2022','Series A','Germany',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airtasker','Sydney','Consumer',NULL,NULL,'7/4/2022','Series C','Australia',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gorillas','Berlin','Food',540,NULL,'7/3/2022','Series C','Germany',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Celsius','New York City','Crypto',150,0.25,'7/3/2022','Series B','United States',864); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LetsGetChecked','New York City','Healthcare',NULL,NULL,'7/2/2022','Series D','United States',263); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Perx Health','Sydney','Healthcare',NULL,NULL,'7/2/2022','Seed','Australia',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zepto','Brisbane','Finance',NULL,0.1,'7/2/2022','Series A','Australia',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WanderJaunt','SF Bay Area','Travel',85,1,'7/1/2022','Series B','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Canoo','Los Angeles','Transportation',58,0.06,'7/1/2022','Post-IPO','United States',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bamboo Health','Louisville','Healthcare',52,NULL,'7/1/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Teleport','SF Bay Area','Infrastructure',15,0.06,'7/1/2022','Series C','United States',169); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Remesh','New York City','Support',NULL,NULL,'7/1/2022','Series A','United States',38); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Enjoy','SF Bay Area','Retail',400,0.18,'6/30/2022','Post-IPO','United States',310); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crejo.Fun','Bengaluru','Education',170,1,'6/30/2022','Seed','India',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stash Financial','New York City','Finance',40,0.08,'6/30/2022','Unknown','United States',480); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nate','New York City','Retail',30,0.2,'6/30/2022','Series A','United States',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snyk','Boston','Security',30,NULL,'6/30/2022','Series F','United States',849); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stream','Boulder','Product',20,0.12,'6/30/2022','Series B','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Finleap Connect','Hamburg','Finance',14,0.1,'6/30/2022','Series A','Germany',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Abra','SF Bay Area','Crypto',12,0.05,'6/30/2022','Series C','United States',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gavelytics','Los Angeles','Legal',NULL,1,'6/30/2022','Seed','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Secfi','SF Bay Area','Finance',NULL,NULL,'6/30/2022','Series A','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sundae','SF Bay Area','Real Estate',NULL,0.15,'6/30/2022','Series C','United States',135); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Toppr','Mumbai','Education',350,NULL,'6/29/2022','Acquired','India',112); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unity','SF Bay Area','Other',200,0.04,'6/29/2022','Post-IPO','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Niantic','SF Bay Area','Consumer',85,0.08,'6/29/2022','Series D','United States',770); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AvantStay','Los Angeles','Travel',80,NULL,'6/29/2022','Unknown','United States',811); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Qumulo','Seattle','Data',80,0.19,'6/29/2022','Series E','United States',347); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clutch','Toronto','Transportation',76,0.22,'6/29/2022','Series B','Canada',153); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Parallel Wireless','Nashua','Infrastructure',60,NULL,'6/29/2022','Unknown','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oye Rickshaw','New Delhi','Transportation',40,0.2,'6/29/2022','Unknown','India',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rows','Berlin','Other',18,0.3,'6/29/2022','Series B','Germany',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Baton','SF Bay Area','Transportation',16,0.25,'6/29/2022','Series A','United States',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Substack','SF Bay Area','Media',13,0.14,'6/29/2022','Series B','United States',82); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CommentSold','Huntsville','Retail',NULL,NULL,'6/29/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Degreed','SF Bay Area','Education',NULL,0.15,'6/29/2022','Series D','United States',411); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HomeLight','SF Bay Area','Real Estate',NULL,0.19,'6/29/2022','Series D','United States',743); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Modsy','SF Bay Area','Retail',NULL,NULL,'6/29/2022','Series C','United States',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Volt Bank','Sydney','Finance',NULL,1,'6/29/2022','Series E','Australia',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Huobi','Beijing','Crypto',300,0.3,'6/28/2022','Unknown','China',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WhiteHat Jr','Mumbai','Education',300,NULL,'6/28/2022','Acquired','India',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StockX','Detroit','Retail',120,0.08,'6/28/2022','Series E','United States',690); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sidecar Health','Los Angeles','Healthcare',110,0.4,'6/28/2022','Series C','United States',163); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StockX','Detroit','Retail',80,NULL,'6/28/2022','Series E','United States',690); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vezeeta','Dubai','Healthcare',50,0.1,'6/28/2022','Series D','United Arab Emirates',71); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bright Machines','SF Bay Area','Data',30,0.08,'6/28/2022','Unknown','Israel',250); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HealthMatch','Sydney','Healthcare',18,0.5,'6/28/2022','Series B','Australia',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Booktopia','Sydney','Retail',NULL,NULL,'6/28/2022','Series A','Australia',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nova Benefits','Bengaluru','Healthcare',NULL,0.3,'6/28/2022','Series B','India',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Una Brands','Singapore','Retail',NULL,0.1,'6/28/2022','Series A','Singapore',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AppLovin','SF Bay Area','Marketing',300,0.12,'6/27/2022','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('UiPath','New York City','Data',210,0.05,'6/27/2022','Post-IPO','United States',2000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Udaan','Bengaluru','Retail',180,0.04,'6/27/2022','Unknown','India',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cue','San Diego','Healthcare',170,NULL,'6/27/2022','Post-IPO','United States',999); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Banxa','Melbourne','Crypto',70,0.3,'6/27/2022','Post-IPO','Australia',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SafeGraph','SF Bay Area','Data',27,0.25,'6/27/2022','Series B','United States',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amount','Chicago','Finance',NULL,0.18,'6/27/2022','Unknown','United States',283); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Postscript','SF Bay Area','Marketing',43,NULL,'6/26/2022','Series C','United States',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bitpanda','Vienna','Crypto',270,0.27,'6/24/2022','Series C','Austria',546); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sunday','Atlanta','Finance',90,0.23,'6/24/2022','Series A','United States',124); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bestow','Dallas','Finance',41,0.14,'6/24/2022','Series C','United States',137); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ethos Life','SF Bay Area','Finance',40,0.12,'6/24/2022','Series D','United States',406); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Feather','New York City','Retail',NULL,NULL,'6/24/2022','Unknown','United States',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Give Legacy','Boston','Healthcare',NULL,NULL,'6/24/2022','Series B','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Netflix','SF Bay Area','Media',300,0.03,'6/23/2022','Post-IPO','United States',121900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aura','Boston','Security',70,0.09,'6/23/2022','Series F','United States',500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pipl','Spokane','Security',22,0.13,'6/23/2022','Unknown','United States',19); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vouch','SF Bay Area','Finance',15,0.07,'6/23/2022','Series C','United States',159); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Voyage SMS','Los Angeles','Marketing',8,0.13,'6/23/2022','Unknown','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Esper','Seattle','Other',NULL,0.12,'6/23/2022','Series A','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kune','Nairobi','Food',NULL,1,'6/23/2022','Seed','Kenya',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mark43','New York City','Other',NULL,NULL,'6/23/2022','Series E','United States',229); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Orchard','New York City','Real Estate',NULL,0.1,'6/23/2022','Series D','United States',472); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ro','New York City','Healthcare',NULL,0.18,'6/23/2022','Unknown','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StreamElements','Tel Aviv','Media',NULL,0.2,'6/23/2022','Series B','Israel',111); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MasterClass','SF Bay Area','Education',120,0.2,'6/22/2022','Series E','United States',461); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('IronNet','Washington D.C.','Security',90,0.35,'6/22/2022','Post-IPO','United States',410); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bungalow','SF Bay Area','Real Estate',70,NULL,'6/22/2022','Series C','United States',171); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('IronNet','Washington D.C.','Security',55,0.17,'6/22/2022','Post-IPO','United States',410); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sprinklr','New York City','Support',50,NULL,'6/22/2022','Post-IPO','United States',429); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Superpedestrian','Boston','Transportation',35,0.07,'6/22/2022','Series C','United States',261); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Voi','Stockholm','Transportation',35,0.1,'6/22/2022','Series D','United States',515); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Balto','St. Louis','Sales',30,NULL,'6/22/2022','Series B','United States',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ritual','Toronto','Food',23,0.16,'6/22/2022','Series C','Canada',134); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mindgeek','Luxembourg','Media',NULL,NULL,'6/22/2022','Unknown','Luxembourg',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Voly','Sydney','Food',NULL,0.5,'6/22/2022','Seed','Australia',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ebanx','Curitiba','Finance',340,0.2,'6/21/2022','Series B','Brazil',460); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TaskUs','Los Angeles','Support',52,0,'6/21/2022','Post-IPO','United States',279); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Community','Los Angeles','Marketing',40,0.3,'6/21/2022','Unknown','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sourcegraph','SF Bay Area','Product',24,0.08,'6/21/2022','Series D','United States',248); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Frubana','Bogota','Food',NULL,0.03,'6/21/2022','Series C','Colombia',202); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SuperLearn','Bengaluru','Education',NULL,1,'6/21/2022','Seed','India',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tray.io','SF Bay Area','Data',NULL,0.1,'6/21/2022','Series C','United States',109); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bybit','Singapore','Crypto',600,0.3,'6/20/2022','Unknown','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SummerBio','SF Bay Area','Healthcare',101,1,'6/20/2022','Unknown','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trax','Singapore','Retail',100,0.12,'6/20/2022','Series E','Singapore',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aqgromalin','Chennai','Food',80,0.3,'6/20/2022','Unknown','India',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bonsai','Toronto','Retail',30,0.55,'6/20/2022','Series A','Canada',27); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brighte','Sydney','Energy',30,0.15,'6/20/2022','Series C','Australia',145); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Buzzer','New York City','Media',NULL,0.2,'6/20/2022','Unknown','United States',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bybit','Singapore','Crypto',NULL,NULL,'6/20/2022','Unknown','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CityMall','Gurugram','Retail',191,0.3,'6/19/2022','Series C','India',112); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitOasis','Dubai','Crypto',9,0.05,'6/19/2022','Series B','United Arab Emirates',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unacademy','Bengaluru','Education',150,0.03,'6/18/2022','Series H','India',838); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bytedance','Shanghai','Consumer',150,NULL,'6/17/2022','Unknown','China',9400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Socure','Reno','Finance',69,0.13,'6/17/2022','Series E','United States',646); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Finite State','Columbus','Security',16,0.2,'6/17/2022','Series B','United States',49); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('JOKR','New York City','Food',50,0.05,'6/16/2022','Series B','United States',430); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zumper','SF Bay Area','Real Estate',45,0.15,'6/16/2022','Series D','United States',178); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PharmEasy','Mumbai','Healthcare',40,NULL,'6/16/2022','Unknown','India',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Circulo Health','Columbus','Healthcare',NULL,0.5,'6/16/2022','Series A','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swappie','Helsinki','Retail',250,0.17,'6/15/2022','Series C','Finland',169); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wealthsimple','Toronto','Finance',159,0.13,'6/15/2022','Unknown','Canada',900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Weee!','SF Bay Area','Food',150,0.1,'6/15/2022','Series E','United States',863); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Notarize','Boston','Legal',110,0.25,'6/15/2022','Series D','United States',213); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Elementor','Tel Aviv','Media',60,0.15,'6/15/2022','Unknown','Israel',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tonkean','SF Bay Area','Other',23,0.23,'6/15/2022','Series B','United States',83); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airtame','Copenhagen','Consumer',15,NULL,'6/15/2022','Unknown','Denmark',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OpenWeb','Tel Aviv','Media',14,0.05,'6/15/2022','Series E','Israel',223); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swyft','Toronto','Logistics',10,0.3,'6/15/2022','Series A','Canada',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crehana','Lima','Education',NULL,NULL,'6/15/2022','Series B','Peru',93); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('JetClosing','Seattle','Real Estate',NULL,1,'6/15/2022','Series B','United States',44); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coinbase','SF Bay Area','Crypto',1100,0.18,'6/14/2022','Post-IPO','United States',549); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Redfin','Seattle','Real Estate',470,0.08,'6/14/2022','Post-IPO','United States',319); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Compass','New York City','Real Estate',450,0.1,'6/14/2022','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sami','Sao Paulo','Healthcare',75,0.15,'6/14/2022','Unknown','Brazil',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Breathe','New Delhi','Healthcare',50,0.33,'6/14/2022','Series A','India',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hunty','Bogota','HR',30,NULL,'6/14/2022','Seed','Colombia',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TIFIN','Boulder','Crypto',24,0.1,'6/14/2022','Series D','United States',204); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Addi','Bogota','Finance',NULL,NULL,'6/14/2022','Series C','Colombia',376); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopee','Singapore','Food',NULL,NULL,'6/14/2022','Unknown','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BlockFi','New York City','Crypto',250,0.2,'6/13/2022','Series E','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wave Sports and Entertainment','Los Angeles','Media',56,0.33,'6/13/2022','Series B','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Studio','SF Bay Area','Education',33,0.4,'6/13/2022','Series B','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Automox','Boulder','Infrastructure',NULL,NULL,'6/13/2022','Series C','United States',152); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Desktop Metal','Boston','Other',NULL,0.12,'6/13/2022','Post-IPO','United States',811); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crypto.com','Singapore','Crypto',260,0.05,'6/10/2022','Unknown','Singapore',156); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FarEye','New Delhi','Logistics',250,0.3,'6/10/2022','Series E','India',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Berlin Brands Group','Berlin','Retail',100,0.1,'6/10/2022','Unknown','Germany',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sanar','Sao Paulo','Healthcare',60,0.2,'6/10/2022','Unknown','Brazil',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Freetrade','London','Finance',45,0.15,'6/10/2022','Unknown','United Kingdom',133); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Albert','Los Angeles','Finance',20,0.08,'6/10/2022','Series C','United States',175); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Keepe','Seattle','Real Estate',NULL,NULL,'6/10/2022','Unknown','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Liongard','Houston','Infrastructure',NULL,NULL,'6/10/2022','Series B','United States',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ziroom','Beijing','Real Estate',NULL,0.2,'6/10/2022','Unknown','China',2100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OneTrust','Atlanta','Security',950,0.25,'6/9/2022','Series C','United States',926); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stitch Fix','SF Bay Area','Retail',330,0.15,'6/9/2022','Post-IPO','United States',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Daniel Wellington','Stockholm','Retail',200,0.15,'6/9/2022','Unknown','Sweden',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Convoy','Seattle','Logistics',90,0.07,'6/9/2022','Series E','United States',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hologram','Chicago','Infrastructure',80,0.4,'6/9/2022','Series B','United States',82); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Boozt','Malmo','Retail',70,0.05,'6/9/2022','Post-IPO','Sweden',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Grommet','Boston','Retail',40,1,'6/9/2022','Acquired','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stashaway','Singapore','Finance',31,0.14,'6/9/2022','Series D','Singapore',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Preply','Boston','Education',26,0.05,'6/9/2022','Series C','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jellysmack','New York City','Media',NULL,0.08,'6/9/2022','Series C','United States',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Starship','SF Bay Area','Transportation',NULL,0.11,'6/9/2022','Series B','United States',197); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trade Republic','Berlin','Finance',NULL,NULL,'6/9/2022','Series C','Germany',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sonder','SF Bay Area','Travel',250,0.21,'6/8/2022','Post-IPO','United States',839); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kavak','Sao Paulo','Transportation',150,NULL,'6/8/2022','Series E','Brazil',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truepill','SF Bay Area','Healthcare',150,0.15,'6/8/2022','Series D','United States',255); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iPrice Group','Kuala Lumpur','Retail',50,0.2,'6/8/2022','Unknown','Malaysia',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Memmo','Stockholm','Consumer',NULL,0.4,'6/8/2022','Unknown','Sweden',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cazoo','London','Transportation',750,0.15,'6/7/2022','Post-IPO','United Kingdom',2000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cazoo','London','Transportation',750,0.15,'6/7/2022','Post-IPO','United Kingdom',2000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rupeek','Bengaluru','Finance',180,0.15,'6/7/2022','Unknown','India',172); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lummo','Jakarta','Marketing',150,NULL,'6/7/2022','Series C','Indonesia',149); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bird','Los Angeles','Transportation',138,0.23,'6/7/2022','Post-IPO','United States',783); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ID.me','Washington D.C.','Security',130,NULL,'6/7/2022','Unknown','United States',275); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('KiwiCo','SF Bay Area','Retail',40,NULL,'6/7/2022','Unknown','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bond','SF Bay Area','Finance',NULL,NULL,'6/7/2022','Series A','United States',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CyberCube','SF Bay Area','Finance',NULL,NULL,'6/7/2022','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Propzy','Ho Chi Minh City','Real Estate',NULL,0.5,'6/7/2022','Series A','Vietnam',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clearco','Toronto','Finance',60,NULL,'6/6/2022','Series C','Canada',681); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dutchie','Bend','Other',50,0.07,'6/6/2022','Series D','United States',603); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clearco','Dublin','Finance',NULL,NULL,'6/6/2022','Series C','Ireland',681); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Deep Instinct','New York City','Security',NULL,0.1,'6/6/2022','Series D','United States',259); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sendoso','SF Bay Area','Marketing',NULL,0.14,'6/6/2022','Series C','United States',152); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eruditus','Mumbai','Education',40,NULL,'6/4/2022','Series E','India',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Afterverse','Brasilia','Consumer',60,0.2,'6/3/2022','Unknown','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Superhuman','SF Bay Area','Consumer',23,0.22,'6/3/2022','Series C','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Food52','New York City','Food',21,0.15,'6/3/2022','Acquired','United States',176); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('5B Solar','Sydney','Energy',NULL,0.25,'6/3/2022','Series A','Australia',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clubhouse','SF Bay Area','Consumer',NULL,NULL,'6/3/2022','Series C','United States',110); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tesla','Austin','Transportation',NULL,0.1,'6/3/2022','Post-IPO','United States',20200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carbon Health','SF Bay Area','Healthcare',250,0.08,'6/2/2022','Series D','United States',522); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Favo','Sao Paulo','Food',170,NULL,'6/2/2022','Series A','Brazil',31); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PolicyGenius','New York City','Finance',170,0.25,'6/2/2022','Series E','United States',286); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yojak','Gurugram','Construction',140,0.5,'6/2/2022','Seed','India',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Envato','Melbourne','Marketing',100,NULL,'6/2/2022','Unknown','Australia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gemini','New York City','Crypto',100,0.1,'6/2/2022','Unknown','United States',423); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stord','Atlanta','Logistics',59,0.08,'6/2/2022','Series D','United States',325); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gather','SF Bay Area','Consumer',30,0.33,'6/2/2022','Series B','United States',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shef','SF Bay Area','Food',29,NULL,'6/2/2022','Series A','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('IRL','SF Bay Area','Consumer',25,0.25,'6/2/2022','Series C','United States',197); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Esme Learning','Boston','Education',NULL,NULL,'6/2/2022','Unknown','United States',37); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kaodim','Selangor','Consumer',NULL,1,'6/2/2022','Series B','United States',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rain','Manama','Finance',NULL,NULL,'6/2/2022','Series B','Bahrain',202); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TomTom','Amsterdam','Transportation',500,0.1,'6/1/2022','Post-IPO','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cybereason','Boston','Security',100,0.06,'6/1/2022','Series F','United States',750); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Udayy','Gurugram','Education',100,1,'6/1/2022','Seed','India',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('2TM','Sao Paulo','Crypto',90,0.12,'6/1/2022','Unknown','Brazil',250); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Curve','London','Finance',65,0.1,'6/1/2022','Series C','United Kingdom',182); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loom','SF Bay Area','Product',34,0.14,'6/1/2022','Series C','United States',203); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skillshare','New York City','Education',31,NULL,'6/1/2022','Unknown','United States',136); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Impala','London','Travel',30,0.35,'6/1/2022','Series B','United Kingdom',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eaze','SF Bay Area','Consumer',25,NULL,'6/1/2022','Series D','United States',202); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Side','SF Bay Area','Real Estate',NULL,0.1,'6/1/2022','Unknown','United States',313); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truck It In','Karachi','Logistics',NULL,0.3,'6/1/2022','Seed','Pakistan',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Playtika','Tel Aviv','Consumer',250,0.06,'5/31/2022','Post-IPO','Israel',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Replicated','Los Angeles','Infrastructure',50,NULL,'5/31/2022','Series C','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tomo','Stamford','Finance',44,0.33,'5/31/2022','Series A','United States',110); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Getta','Tel Aviv','Transportation',30,NULL,'5/31/2022','Series A','Israel',49); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BookClub','Salt Lake City','Education',12,0.25,'5/31/2022','Series A','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cerebral','SF Bay Area','Healthcare',NULL,NULL,'5/31/2022','Series C','United States',462); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SWVL','Dubai','Transportation',400,0.32,'5/30/2022','Post-IPO','United Arab Emirates',132); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mobile Premier League','Bengaluru','Consumer',100,0.1,'5/30/2022','Series E','India',375); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SumUp','Sao Paulo','Finance',100,0.03,'5/30/2022','Unknown','Brazil',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tempus Ex','SF Bay Area','Data',NULL,NULL,'5/30/2022','Unknown','United States',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FrontRow','Bengaluru','Education',145,0.3,'5/27/2022','Series A','India',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Daloopa','New Delhi','Data',40,NULL,'5/27/2022','Series A','India',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uncapped','London','Finance',29,0.26,'5/27/2022','Unknown','United Kingdom',118); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Akerna','Denver','Logistics',NULL,NULL,'5/27/2022','Unknown','United States',46); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Terminus','Atlanta','Marketing',NULL,NULL,'5/27/2022','Series C','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Terminus','Atlanta','Marketing',NULL,NULL,'5/27/2022','Unknown','United States',192); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VTEX','Sao Paulo','Retail',200,0.13,'5/26/2022','Post-IPO','Brazil',365); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bitso','Mexico City','Crypto',80,0.11,'5/26/2022','Series C','Mexico',378); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Foodpanda','Bucharest','Food',80,NULL,'5/26/2022','Acquired','Romania',749); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dazn','London','Consumer',50,0.02,'5/26/2022','Unknown','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lacework','SF Bay Area','Security',300,0.2,'5/25/2022','Series D','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bolt','SF Bay Area','Finance',240,0.27,'5/25/2022','Series E','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PeerStreet','Los Angeles','Finance',75,NULL,'5/25/2022','Series C','United States',121); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kontist','Berlin','Finance',50,0.25,'5/25/2022','Series B','Germany',53); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nuri','Berlin','Finance',45,0.2,'5/25/2022','Series B','Germany',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coterie Insurance','Cincinnati','Finance',30,0.2,'5/25/2022','Series B','United States',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airlift','Lahore','Logistics',NULL,0.31,'5/25/2022','Series B','Pakistan',109); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Getir','Istanbul','Food',NULL,0.14,'5/25/2022','Series E','Turkey',1800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zapp','London','Food',NULL,0.1,'5/25/2022',NULL,'United Kingdom',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gorillas','Berlin','Food',300,0.5,'5/24/2022','Series C','Germany',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zenius','Jakarta','Education',200,NULL,'5/24/2022','Series B','Indonesia',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Zebra','Austin','Finance',40,NULL,'5/24/2022','Series D','United States',256); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Klarna','Stockholm','Finance',700,0.1,'5/23/2022','Unknown','Sweden',3700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PayPal','SF Bay Area','Finance',83,NULL,'5/23/2022','Post-IPO','United States',216); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Buenbit','Buenos Aires','Crypto',80,0.45,'5/23/2022','Series A','Argentina',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BeyondMinds','Tel Aviv','Data',65,1,'5/23/2022','Series A','Israel',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ClickUp','San Diego','Other',60,0.07,'5/23/2022','Series C','United States',537); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airtime','New York City','Consumer',30,0.2,'5/23/2022','Series B','United States',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Olist','Curitiba','Retail',NULL,NULL,'5/23/2022','Series E','Brazil',322); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MFine','Bengaluru','Healthcare',600,0.75,'5/21/2022','Series C','India',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Latch','New York City','Security',130,0.28,'5/20/2022','Post-IPO','United States',342); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outside','Boulder','Media',87,0.15,'5/20/2022','Series B','United States',174); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skillz','SF Bay Area','Consumer',70,0.1,'5/20/2022','Post-IPO','United States',287); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cars24','Gurugram','Transportation',600,0.06,'5/19/2022','Series G','India',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vedantu','Bengaluru','Education',424,0.07,'5/18/2022','Series E','India',292); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Netflix','SF Bay Area','Media',150,0.01,'5/17/2022','Post-IPO','United States',121900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kry','Stockholm','Healthcare',100,0.1,'5/17/2022','Series D','Sweden',568); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Picsart','Miami','Consumer',90,0.08,'5/17/2022','Series C','United States',195); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zak','Sao Paulo','Food',100,0.4,'5/16/2022','Series A','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zulily','Seattle','Retail',NULL,NULL,'5/16/2022','Acquired','United States',194); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AliExpress Russia','Moscow','Retail',400,0.4,'5/14/2022','Acquired','Russia',60); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thirty Madison','New York City','Healthcare',24,NULL,'5/14/2022','Acquired','United States',209); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CommonBond','New York City','Finance',22,NULL,'5/13/2022','Series D','United States',130); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Subspace','Los Angeles','Infrastructure',NULL,1,'5/13/2022','Series B','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zwift','Los Angeles','Fitness',150,NULL,'5/12/2022','Series C','United States',619); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Section4','New York City','Education',32,NULL,'5/12/2022','Series A','United States',37); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tripwire','Portland','Security',NULL,NULL,'5/12/2022','Acquired','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DataRobot','Boston','Data',70,0.07,'5/11/2022','Series G','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carvana','Phoenix',NULL,2500,0.12,'5/10/2022','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Doma','SF Bay Area','Finance',310,0.15,'5/10/2022','Post-IPO','United States',679); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pollen','London','Travel',200,0.33,'5/10/2022','Series C','United Kingdom',238); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Latch','New York City','Security',30,0.06,'5/10/2022','Post-IPO','United States',342); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Meero','Paris','Other',350,0.5,'5/9/2022','Series C','France',293); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vroom','New York City','Transportation',270,0.14,'5/9/2022','Post-IPO','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Reef','Miami','Transportation',750,0.05,'5/6/2022','Unknown','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('divvyDOSE','Davenport','Healthcare',62,NULL,'5/6/2022','Acquired','United States',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vedantu','Bengaluru','Education',200,0.03,'5/5/2022','Series E','India',292); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mural','SF Bay Area','Product',90,0.1,'5/5/2022','Series C','United States',192); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('On Deck','SF Bay Area','Education',72,0.25,'5/5/2022','Series A','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SEND','Sydney','Food',300,1,'5/4/2022','Seed','Australia',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Colossus','Boston','Energy',97,NULL,'5/4/2022','Series A','United States',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cameo','Chicago','Consumer',87,0.25,'5/4/2022','Unknown','United States',165); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mainstreet','SF Bay Area','Finance',45,0.3,'5/4/2022','Series A','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ideoclick','Seattle','Retail',40,NULL,'5/4/2022','Series A','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vise','New York City','Finance',25,NULL,'5/4/2022','Series C','United States',128); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bizpay','Sydney','Finance',NULL,0.3,'5/4/2022','Unknown','Australia',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thrasio','Boston','Retail',NULL,NULL,'5/2/2022','Unknown','United States',3400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Avo','Tel Aviv','Food',500,0.67,'5/1/2022','Series B','Israel',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Noom','New York City','Healthcare',495,NULL,'4/29/2022','Series F','United States',657); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Domestika','SF Bay Area','Education',150,0.19,'4/28/2022','Series D','United States',130); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Netflix','SF Bay Area','Media',25,NULL,'4/28/2022','Post-IPO','United States',121900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wahoo Fitness','Atlanta','Fitness',50,NULL,'4/27/2022','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Robinhood','SF Bay Area','Finance',340,0.09,'4/26/2022','Post-IPO','United States',5600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bonsai','Toronto','Retail',29,0.34,'4/26/2022','Series A','Canada',27); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sigfox','Toulouse','Other',64,NULL,'4/25/2022','Acquired','France',277); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clyde','New York City','Marketing',22,NULL,'4/25/2022','Series B','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Xiaohongshu','Shanghai','Consumer',180,0.09,'4/21/2022','Series E','China',917); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Facily','Sao Paulo','Retail',260,0.3,'4/20/2022','Series D','Brazil',502); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lemonade','New York City','Finance',52,NULL,'4/20/2022','Post-IPO','United States',481); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blend','SF Bay Area','Finance',200,0.1,'4/19/2022','Post-IPO','United States',665); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('QuintoAndar','Sao Paulo','Real Estate',160,0.04,'4/19/2022','Series E','Brazil',755); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loft','Sao Paulo','Real Estate',159,NULL,'4/19/2022','Unknown','Brazil',788); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Better.com','New York City','Real Estate',NULL,NULL,'4/19/2022','Unknown','United States',905); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Automox','Boulder','Infrastructure',NULL,0.11,'4/18/2022','Series C','United States',152); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Humble','SF Bay Area','Media',10,NULL,'4/15/2022','Acquired','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Halcyon Health','New York City','Healthcare',NULL,1,'4/15/2022','Unknown','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ahead','SF Bay Area','Healthcare',44,1,'4/14/2022','Unknown','United States',9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Truepill','SF Bay Area','Healthcare',NULL,NULL,'4/14/2022','Series D','United States',255); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rad Power Bikes','Seattle','Transportation',100,0.14,'4/12/2022','Series D','United States',329); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Meesho','Bengaluru','Retail',150,NULL,'4/11/2022','Series F','India',1100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Food52','New York City','Food',20,0.1,'4/8/2022','Acquired','United States',176); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unacademy','Bengaluru','Education',1000,0.17,'4/7/2022','Series H','India',838); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Goodfood','Calgary','Food',70,NULL,'4/7/2022','Post-IPO','Canada',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workrise','Austin','Energy',450,NULL,'4/5/2022','Series E','United States',752); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fast','SF Bay Area','Finance',NULL,1,'4/5/2022','Series B','United States',124); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitMEX','Non-U.S.','Crypto',75,0.25,'4/4/2022','Seed','Seychelles',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Legible','Vancouver','Media',23,0.38,'4/4/2022','Post-IPO','Canada',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lightico','Tel Aviv','Finance',20,NULL,'3/31/2022','Series B','Israel',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sea','Bengaluru','Retail',350,NULL,'3/30/2022','Post-IPO','India',8600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rasa','Berlin','Data',59,0.4,'3/30/2022','Series B','Germany',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gopuff','Philadelphia','Food',450,0.03,'3/29/2022','Series H','United States',3400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thinkific','Vancouver','Education',100,0.2,'3/29/2022','Post-IPO','Canada',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Furlenco','Bengaluru','Retail',180,NULL,'3/26/2022','Series D','India',228); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Grove Collaborative','SF Bay Area','Retail',NULL,0.17,'3/19/2022','Series E','United States',474); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Storytel','Stockholm','Media',100,0.1,'3/17/2022','Post-IPO','Sweden',275); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Curology','SF Bay Area','Healthcare',150,NULL,'3/16/2022','Series D','United States',19); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trell','Bengaluru','Retail',300,0.5,'3/15/2022','Series B','India',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Knock','New York City','Real Estate',115,0.46,'3/15/2022','Unknown','United States',654); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Talis Biomedical','SF Bay Area','Healthcare',NULL,0.25,'3/15/2022','Post-IPO','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sezzle','Minneapolis','Finance',NULL,0.2,'3/10/2022','Post-IPO','United States',301); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Better.com','New York City','Real Estate',3000,0.33,'3/8/2022','Unknown','United States',905); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Adaptive Biotechnologies','Seattle','Healthcare',100,0.12,'3/8/2022','Post-IPO','United States',406); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hyperscience','New York City','Data',100,0.25,'3/3/2022','Series E','United States',289); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeDoctor','Non-U.S.','Healthcare',500,NULL,'3/2/2022','Series F','China',1400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wish','SF Bay Area','Retail',190,0.15,'3/1/2022','Post-IPO','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iFit','Logan','Fitness',NULL,NULL,'2/25/2022','Private Equity','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OKCredit','New Delhi','Finance',30,NULL,'2/24/2022','Series B','India',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lido','Mumbai','Education',150,NULL,'2/21/2022','Series A','India',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Virgin Hyperloop','Los Angeles','Transportation',111,0.5,'2/21/2022','Unknown','United States',368); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trustly','Stockholm','Finance',120,NULL,'2/17/2022','Acquired','Sweden',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Liv Up','Sao Paulo','Food',100,0.15,'2/16/2022','Series D','Brazil',118); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Homie','Salt Lake City','Real Estate',119,0.29,'2/14/2022','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hopin','London','Other',138,0.12,'2/10/2022','Series D','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Daily Harvest','New York City','Food',60,0.2,'2/10/2022','Series D','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Peloton','New York City','Fitness',2800,0.2,'2/8/2022','Post-IPO','United States',1900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Defined.ai','Seattle','Data',NULL,NULL,'2/7/2022','Series B','United States',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rhino','New York City','Real Estate',57,0.2,'2/3/2022','Unknown','United States',133); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gopuff','Philadelphia','Food',100,NULL,'1/26/2022','Series H','United States',3400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glossier','New York City','Consumer',80,0.33,'1/26/2022','Series E','United States',266); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Root Insurance','Columbus','Finance',330,NULL,'1/20/2022','Post-IPO','United States',527); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spin','SF Bay Area','Transportation',NULL,0.25,'1/8/2022','Acquired','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Delivery Hero','Berlin','Food',300,NULL,'12/22/2021','Post-IPO','Germany',8300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('iFit','Logan','Fitness',NULL,NULL,'12/8/2021','Private Equity','United States',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Better.com','New York City','Real Estate',900,0.09,'12/1/2021','Unknown','United States',905); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitTitan','Seattle','Data',70,0.27,'11/18/2021','Acquired','United States',46); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zillow','Seattle','Real Estate',2000,0.25,'11/2/2021','Post-IPO','United States',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('InVision','New York City','Product',22,NULL,'10/5/2021','Unknown','United States',356); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ozy Media','SF Bay Area','Media',NULL,1,'10/1/2021','Series C','United States',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zymergen','SF Bay Area','Other',120,NULL,'9/23/2021','Post-IPO','United States',974); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Imperfect Foods','SF Bay Area','Food',NULL,NULL,'9/22/2021','Series D','United States',229); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Genius','New York City','Consumer',NULL,NULL,'9/15/2021','Acquired','United States',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Treehouse','Portland','Education',41,0.9,'9/14/2021','Series B','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Casper','New York City','Retail',NULL,NULL,'9/14/2021','Post-IPO','United States',339); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tanium','Seattle','Security',30,NULL,'8/30/2021','Unknown','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flockjay','SF Bay Area','Education',37,0.5,'8/24/2021','Series A','United States',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bytedance','Shanghai','Consumer',1800,NULL,'8/5/2021','Unknown','China',9400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pagarbook','Bengaluru','HR',80,NULL,'7/26/2021','Series A','India',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Katerra','SF Bay Area','Construction',2434,1,'6/1/2021','Unknown','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SumUp','London','Finance',NULL,NULL,'5/5/2021','Unknown','United Kingdom',53); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lambda School','SF Bay Area','Education',65,NULL,'4/29/2021','Series C','United States',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Madefire','SF Bay Area','Media',NULL,1,'4/29/2021','Series B','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Patreon','SF Bay Area','Media',36,NULL,'4/26/2021','Series D','United States',165); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('New Relic','SF Bay Area','Infrastructure',160,0.07,'4/6/2021','Post-IPO','United States',214.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Medium','SF Bay Area','Media',NULL,NULL,'3/24/2021','Series C','United States',132); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HuffPo','New York City','Media',47,NULL,'3/9/2021','Acquired','United States',37); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Subspace','Los Angeles','Infrastructure',NULL,NULL,'3/3/2021','Series B','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clumio','SF Bay Area','Data',NULL,NULL,'3/1/2021','Series C','United States',186); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DJI','SF Bay Area','Consumer',NULL,NULL,'2/24/2021','Unknown','United States',105); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ninjacart','Bengaluru','Food',200,NULL,'2/23/2021','Unknown','India',194); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bounce','Bengaluru','Transportation',200,0.4,'2/22/2021','Series D','India',214.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ThredUp','Chicago','Retail',243,NULL,'2/9/2021','Series F','United States',305); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Indigo','Boston','Other',80,NULL,'2/9/2021','Series F','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Limelight','New York City','Recruiting',13,1,'2/4/2021','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quandoo','Berlin','Food',87,0.2,'2/3/2021','Acquired','Germany',39); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hubba','Toronto','Retail',45,1,'2/1/2021','Series B','Canada',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bytedance','Mumbai','Consumer',1800,NULL,'1/27/2021','Unknown','India',7400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Privitar','London','Data',20,NULL,'1/27/2021','Series C','United Kingdom',150); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shutterfly','SF Bay Area','Retail',800,NULL,'1/25/2021','Acquired','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Postmates','SF Bay Area','Food',180,0.15,'1/23/2021','Acquired','United States',763); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Instacart','SF Bay Area','Food',1877,NULL,'1/21/2021','Unknown','United States',2400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pocketmath','Singapore','Marketing',21,1,'1/20/2021','Unknown','Singapore',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dropbox','SF Bay Area','Other',315,0.15,'1/13/2021','Post-IPO','United States',1700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aura Financial','SF Bay Area','Finance',NULL,1,'1/11/2021','Unknown','United States',584); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Simple','Portland','Finance',NULL,1,'1/7/2021','Acquired','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WhiteHat Jr','Mumbai','Education',1800,NULL,'1/6/2021','Acquired','India',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pulse Secure','SF Bay Area','Security',78,NULL,'12/23/2020','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Breather','Montreal','Real Estate',120,0.8,'12/16/2020','Series D','Canada',131); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Actifio','Boston','Data',54,NULL,'12/16/2020','Acquired','United States',352); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OYO','Gurugram','Travel',600,NULL,'12/8/2020','Series F','India',3200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zinier','SF Bay Area','HR',NULL,NULL,'11/25/2020','Series C','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aya','Toronto','Finance',5,0.25,'11/19/2020','Seed','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Domio','New York City','Real Estate',NULL,0.5,'11/18/2020','Series B','United States',116); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bridge Connector','Nashville','Healthcare',154,1,'11/17/2020','Series B','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tidepool','SF Bay Area','Healthcare',18,0.4,'11/17/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Igenous','Seattle','Data',NULL,NULL,'11/17/2020','Series C','United States',67); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Scoop','SF Bay Area','Transportation',NULL,NULL,'11/17/2020','Series C','United States',95); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Worksmith','Austin','Retail',30,0.5,'11/9/2020','Unknown','United States',3.8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rubica','Seattle','Security',NULL,1,'11/5/2020','Series A','United States',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bossa Nova','SF Bay Area','Retail',NULL,0.5,'11/2/2020','Unknown','United States',101.6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LivePerson','New York City','Support',30,NULL,'11/1/2020','Post-IPO','United States',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Remedy','Austin','Healthcare',82,NULL,'10/29/2020','Series A','United States',12.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Knotel','New York City','Real Estate',20,0.08,'10/29/2020','Series C','United States',560); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cheetah','SF Bay Area','Food',NULL,NULL,'10/25/2020','Series B','United States',67); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CodeCombat','SF Bay Area','Education',8,NULL,'10/23/2020','Series A','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quibi','Los Angeles','Media',NULL,1,'10/21/2020','Private Equity','United States',1800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zomato','Jakarta','Food',NULL,NULL,'10/20/2020','Series J','Indonesia',914); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GetYourGuide','Berlin','Travel',90,0.17,'10/14/2020','Series E','Germany',656); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OLX India','New Delhi','Marketing',250,NULL,'10/10/2020','Acquired','India',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Chef','Seattle','Infrastructure',NULL,NULL,'10/8/2020','Acquired','United States',105); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alto Pharmacy','SF Bay Area','Healthcare',47,0.06,'9/29/2020','Series D','United States',356); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TheWrap','Los Angeles','Media',NULL,NULL,'9/29/2020','Series B','United States',3.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HumanForest','London','Transportation',NULL,NULL,'9/25/2020','Private Equity','United Kingdom',1.54); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeWork','Shenzen','Real Estate',NULL,NULL,'9/23/2020','Series H','China',19500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Air','New York City','Marketing',NULL,0.16,'9/16/2020','Series A','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NS8','Las Vegas','Data',240,0.95,'9/11/2020','Series A','United States',157.9); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bleacher Report','London','Media',20,NULL,'9/11/2020','Acquired','United Kingdom',40.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HubHaus','SF Bay Area','Real Estate',NULL,1,'9/11/2020','Series A','United States',13.4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Waze','SF Bay Area','Transportation',30,0.054,'9/9/2020','Acquired','United States',67); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ouster','SF Bay Area','Transportation',NULL,0.1,'9/8/2020','Series B','United States',132); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swing Education','SF Bay Area','Education',NULL,NULL,'9/5/2020','Series B','United States',22.8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Akerna','Denver','Logistics',NULL,NULL,'9/2/2020','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Awok','Dubai','Retail',NULL,1,'9/2/2020','Series A','United Arab Emirates',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Big Fish Games','Seattle','Media',250,NULL,'9/1/2020','Acquired','United States',95.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoBear','Singapore','Finance',22,0.11,'9/1/2020','Unknown','Singapore',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MakeMyTrip','New Delhi','Travel',350,0.1,'8/31/2020','Post-IPO','India',548); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salesforce','SF Bay Area','Sales',1000,0.0185,'8/26/2020','Post-IPO','United States',65.4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('kununu','Boston','Recruiting',NULL,NULL,'8/26/2020','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Superloop','Brisbane','Infrastructure',30,NULL,'8/24/2020','Post-IPO','Australia',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spaces','Los Angeles','Media',NULL,NULL,'8/24/2020','Acquired','United States',9.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StreamSets','SF Bay Area','Data',NULL,NULL,'8/20/2020','Series C','United States',76.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Docly','London','Healthcare',8,0.8,'8/19/2020','Seed','United Kingdom',15.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mapify','Berlin','Travel',NULL,NULL,'8/19/2020','Seed','Germany',1.3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lumina Networks','SF Bay Area','Infrastructure',NULL,1,'8/18/2020','Series A','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DJI','Shenzen','Consumer',NULL,NULL,'8/17/2020','Unknown','China',105); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shopify','Ottawa','Retail',30,NULL,'8/14/2020','Post-IPO','Canada',122.3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('InVision','New York City','Product',NULL,NULL,'8/14/2020','Series F','United States',350.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HopSkipDrive','Los Angeles','Transportation',NULL,NULL,'8/12/2020','Unknown','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mozilla','SF Bay Area','Consumer',250,0.25,'8/11/2020','Unknown','United States',2.3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eatsy','Singapore','Food',20,1,'8/8/2020','Seed','Singapore',0.9755); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glossier','New York City','Retail',150,0.38,'8/7/2020','Series D','United States',186.4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Appraisal Lane','Montevideo','Transportation',NULL,NULL,'8/7/2020','Seed','Uruguay',1.8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thriver','Toronto','Food',75,0.5,'8/6/2020','Series B','Canada',53); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vesta','Atlanta','Sales',56,NULL,'8/5/2020','Unknown','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Booking.com','Amsterdam','Travel',4375,0.25,'7/30/2020','Acquired','Netherlands',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Buy.com / Rakuten','SF Bay Area','Retail',87,1,'7/30/2020','Acquired','United States',42.4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('tZero','New York City','Finance',NULL,NULL,'7/30/2020','Acquired','United States',472); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pared','SF Bay Area','Food',NULL,NULL,'7/29/2020','Unknown','United States',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Procore','Los Angeles','Construction',180,0.09,'7/28/2020','Unknown','United States',649); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swiggy','Bengaluru','Food',350,0.05,'7/27/2020','Series I','India',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zeitgold','Berlin','Finance',75,0.72,'7/27/2020','Series B','Germany',60.18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Perkbox','London','HR',NULL,NULL,'7/27/2020','Unknown','United Kingdom',29.7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Checkr','SF Bay Area','HR',64,0.12,'7/23/2020','Series D','United States',309); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sorabel','Jakarta','Retail',NULL,1,'7/23/2020','Series B','Indonesia',27); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LinkedIn','SF Bay Area','Recruiting',960,0.06,'7/21/2020','Acquired','United States',154); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lighter Capital','Seattle','Finance',22,0.49,'7/20/2020','Series B','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Curefit','Bengaluru','Fitness',120,NULL,'7/17/2020','Series D','India',404.6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snaptravel','Toronto','Travel',NULL,NULL,'7/16/2020','Series A','Canada',22.4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Optimizely','SF Bay Area','Marketing',60,0.15,'7/15/2020','Series D','United States',251.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skyscanner','Edinburgh','Travel',300,0.2,'7/14/2020','Acquired','United Kingdom',197.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vox Media','Washington D.C.','Media',NULL,NULL,'7/14/2020','Series F','United States',307.6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yelp','SF Bay Area','Consumer',63,NULL,'7/13/2020','Post-IPO','United States',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bizongo','Mumbai','Logistics',140,NULL,'7/10/2020','Series C','India',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zilingo','Singapore','Retail',100,0.12,'7/9/2020','Series D','Singapore',307); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PaySense','Mumbai','Finance',40,NULL,'7/9/2020','Acquired','India',25.6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Funding Circle','SF Bay Area','Finance',85,NULL,'7/8/2020','Post-IPO','United States',746); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OnDeck','New York City','Finance',NULL,NULL,'7/8/2020','Post-IPO','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Wing','New York City','Real Estate',56,NULL,'7/1/2020','Series C','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sharethrough','SF Bay Area','Marketing',18,NULL,'7/1/2020','Series D','United States',38); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kongregate','SF Bay Area','Media',12,NULL,'7/1/2020','Series C','United States',19); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Havenly','Denver','Consumer',5,NULL,'7/1/2020','Series C','United States',57.8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('G2','Chicago','Marketing',17,0.05,'6/30/2020','Series C','United States',100.8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hired','SF Bay Area','Recruiting',NULL,NULL,'6/30/2020','Series D','United States',132); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Katerra','SF Bay Area','Construction',400,0.07,'6/29/2020','Series E','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bounce','Bengaluru','Transportation',130,0.22,'6/29/2020','Series D','India',214.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Argo AI','Munich','Transportation',100,NULL,'6/29/2020','Unknown','Germany',3600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bossa Nova','SF Bay Area','Retail',61,NULL,'6/29/2020','Unknown','United States',101.6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('New Relic','Portland','Infrastructure',20,NULL,'6/29/2020','Post-IPO','United States',214.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Engine eCommerce','Fayetteville','Retail',NULL,1,'6/28/2020','Unknown','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Byton','SF Bay Area','Transportation',NULL,NULL,'6/27/2020','Series C','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sprinklr','New York City','Support',NULL,NULL,'6/25/2020','Series F','United States',228); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoDaddy','Austin','Marketing',451,0.06,'6/24/2020','Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sonos','New York City','Consumer',174,0.12,'6/24/2020','Post-IPO','United States',455.2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OYO','Dallas','Travel',NULL,NULL,'6/24/2020','Series F','United States',3200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gojek','Jakarta','Transportation',430,0.09,'6/23/2020','Series F','Indonesia',4800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ScaleFactor','Austin','Finance',90,0.9,'6/23/2020','Series C','United States',103); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dark','SF Bay Area','Product',6,1,'6/23/2020','Seed','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intuit','SF Bay Area','Finance',715,0.07,'6/22/2020','Post-IPO','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeWork','London','Real Estate',200,NULL,'6/19/2020','Series H','United Kingdom',19500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Atlas Obscura','New York City','Media',15,NULL,'6/18/2020','Series B','United States',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Navi','Bengaluru','Finance',40,0.25,'6/17/2020','Private Equity','India',582); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PaisaBazaar','Gurugram','Finance',1500,0.5,'6/16/2020','Series G','India',496); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Grab','Singapore','Transportation',360,0.05,'6/16/2020','Series I','Singapore',9900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Splunk','SF Bay Area','Data',70,0.01,'6/16/2020','Post-IPO','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Redox','Madison','Healthcare',44,0.25,'6/16/2020','Series C','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Conga','Denver','Data',NULL,0.11,'6/15/2020','Acquired','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stockwell AI','SF Bay Area','Retail',NULL,1,'6/15/2020','Series B','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uber','Amsterdam','Transportation',225,0.25,'6/12/2020','Post-IPO','Netherlands',24700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SynapseFI','SF Bay Area','Finance',63,0.48,'6/12/2020','Series B','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ScaleFocus','Sofia','Infrastructure',120,0.1,'6/11/2020','Unknown','Bulgaria',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Branch','New York City','Retail',3,0.27,'6/11/2020','Seed','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Her Campus Media','Boston','Media',10,0.18,'6/10/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Integrate.ai','Toronto','Support',26,NULL,'6/9/2020','Unknown','Canada',39.6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Athletic','SF Bay Area','Media',46,0.08,'6/5/2020','Series D','United States',139); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ethos Life','SF Bay Area','Finance',18,0.14,'6/5/2020','Series C','United States',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lastline','SF Bay Area','Security',50,0.4,'6/4/2020','Series C','United States',52); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Builder','Los Angeles','Product',39,0.14,'6/4/2020','Series A','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Outdoorsy','SF Bay Area','Transportation',NULL,NULL,'6/4/2020','Series C','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Monzo','London','Finance',120,0.08,'6/3/2020','Series F','United Kingdom',324); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kitty Hawk','SF Bay Area','Aerospace',70,NULL,'6/3/2020','Unknown','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SpotHero','Chicago','Transportation',40,0.21,'6/3/2020','Series D','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Credit Sesame','SF Bay Area','Finance',22,0.14,'6/3/2020','Series F','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Circ','Berlin','Transportation',100,NULL,'6/2/2020','Acquired','Germany',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rivian','Detroit','Transportation',40,0.02,'6/2/2020','Private Equity','United States',3100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fundbox','SF Bay Area','Finance',14,0.15,'6/2/2020','Series C','United States',453); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Descartes Labs','Santa Fe','Data',12,0.16,'6/2/2020','Series B','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MakerBot','New York City','Consumer',12,NULL,'6/2/2020','Acquired','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stitch Fix','SF Bay Area','Retail',1400,0.18,'6/1/2020','Post-IPO','United States',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MakeMyTrip','Gurugram','Travel',350,0.1,'6/1/2020','Post-IPO','India',548); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CrowdStreet','Portland','Real Estate',24,0.22,'6/1/2020','Series C','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Brex','SF Bay Area','Finance',62,0.15,'5/29/2020','Series C','United States',732); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loftium','Seattle','Real Estate',32,0.6,'5/29/2020','Series A','United States',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BookMyShow','Mumbai','Consumer',270,0.18,'5/28/2020','Unknown','India',224); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TrueCar','Los Angeles','Transportation',219,0.3,'5/28/2020','Post-IPO','United States',340); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StubHub','SF Bay Area','Consumer',200,NULL,'5/28/2020','Acquired','United States',19); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Culture Amp','Melbourne','HR',36,0.08,'5/28/2020','Series E','Australia',157); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Sill','New York City','Retail',20,0.25,'5/28/2020','Series A','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Instructure','Salt Lake City','Education',150,0.12,'5/27/2020','Acquired','United States',89); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ebanx','Curitiba','Finance',62,0.08,'5/27/2020','Unknown','Brazil',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uber','Bengaluru','Transportation',600,0.23,'5/26/2020','Post-IPO','India',24700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bluprint','Denver','Education',137,1,'5/26/2020','Acquired','United States',108); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Acorns','Portland','Finance',50,NULL,'5/26/2020','Unknown','United States',207); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CarDekho','Gurugram','Transportation',200,NULL,'5/25/2020','Series D','India',247); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Teamwork','Cork','Other',21,NULL,'5/22/2020','Unknown','Ireland',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cvent','Washington D.C.','Marketing',400,0.1,'5/21/2020','Acquired','United States',146); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PickYourTrail','Chennai','Travel',70,0.35,'5/21/2020','Series A','India',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glitch','New York City','Product',18,0.36,'5/21/2020','Series A','United States',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kapten / Free Now','Paris','Transportation',NULL,NULL,'5/21/2020','Acquired','France',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ola','Bengaluru','Transportation',1400,0.35,'5/20/2020','Series J','India',3800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Samsara','SF Bay Area','Logistics',300,0.18,'5/20/2020','Series F','United States',530); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stay Alfred','Spokane','Travel',221,1,'5/20/2020','Series B','United States',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SoFi','SF Bay Area','Finance',112,0.07,'5/20/2020','Private Equity','United States',2500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ShareChat','Bengaluru','Marketing',101,0.25,'5/20/2020','Series D','India',222); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intercom','SF Bay Area','Support',39,0.06,'5/20/2020','Series D','United States',240); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Livspace','Bengaluru','Retail',450,0.15,'5/19/2020','Series D','India',157); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pollen','London','Travel',69,0.31,'5/19/2020','Series B','United Kingdom',88); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dotscience','London','Product',10,1,'5/19/2020','Unknown','United Kingdom',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Divvy','Salt Lake City','Finance',NULL,NULL,'5/19/2020','Series C','United States',252); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uber','SF Bay Area','Transportation',3000,0.13,'5/18/2020','Post-IPO','United States',24700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Agoda','Singapore','Travel',1500,0.25,'5/18/2020','Acquired','Singapore',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swiggy','Bengaluru','Food',1100,0.14,'5/18/2020','Series I','India',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeWork','New Delhi','Real Estate',100,0.2,'5/18/2020','Series H','India',19500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rubrik','SF Bay Area','Infrastructure',57,NULL,'5/18/2020','Series E','United States',553); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intapp','SF Bay Area','Legal',45,0.05,'5/18/2020','Private Equity','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Checkmarx','Tel Aviv','Security',NULL,NULL,'5/18/2020','Acquired','Israel',92); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Datera','SF Bay Area','Infrastructure',NULL,0.1,'5/18/2020','Series C','United States',63); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Magicbricks','Noida','Real Estate',250,NULL,'5/17/2020','Unknown','India',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zomato','Gurugram','Food',520,0.13,'5/15/2020','Series J','India',914); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lendingkart','Ahmedabad','Finance',500,0.5,'5/15/2020','Unknown','India',200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lattice','SF Bay Area','HR',16,0.1,'5/15/2020','Series C','United States',49); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Masse','New York City','Retail',NULL,1,'5/15/2020','Seed','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cruise','SF Bay Area','Transportation',150,0.08,'5/14/2020','Acquired','United States',5300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quartz','New York City','Media',80,0.4,'5/14/2020','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Integral Ad Science','New York City','Marketing',70,0.1,'5/14/2020','Acquired','United States',116); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ridecell','SF Bay Area','Transportation',35,0.15,'5/14/2020','Series B','United States',73); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Veem','SF Bay Area','Finance',30,NULL,'5/14/2020','Unknown','United States',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sift','SF Bay Area','Security',NULL,NULL,'5/14/2020','Series D','United States',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workfront','Salt Lake City','Marketing',NULL,NULL,'5/14/2020','Series C','United States',375); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Deliv','SF Bay Area','Retail',669,1,'5/13/2020','Series C','United States',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mercos','Joinville','Sales',51,0.4,'5/13/2020','Unknown','Brazil',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kickstarter','New York City','Finance',25,0.18,'5/13/2020','Unknown','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Intersect','Toronto','Product',19,0.11,'5/13/2020','Acquired','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mode Analytics','SF Bay Area','Data',17,NULL,'5/13/2020','Series C','United States',46); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BetterCloud','New York City','Security',NULL,NULL,'5/13/2020','Series E','United States',111); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeFit','Hanoi','Fitness',NULL,1,'5/13/2020','Seed','Vietnam',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zymergen','SF Bay Area','Other',NULL,0.1,'5/13/2020','Series C','United States',574); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stone','Sao Paulo','Finance',1300,0.2,'5/12/2020','Post-IPO','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zeus Living','SF Bay Area','Real Estate',73,0.5,'5/12/2020','Series B','United States',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mixpanel','SF Bay Area','Data',65,0.19,'5/12/2020','Series B','United States',77); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hireology','Chicago','Recruiting',36,0.17,'5/12/2020','Series D','United States',52); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Top Hat','Toronto','Education',16,0.03,'5/12/2020','Series D','Canada',104); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Datto','Norwalk','Infrastructure',NULL,NULL,'5/12/2020','Acquired','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Petal','New York City','Finance',NULL,NULL,'5/12/2020','Series B','United States',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Revolut','London','Finance',60,0.03,'5/11/2020','Series D','United Kingdom',837); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cadre','New York City','Real Estate',28,0.25,'5/11/2020','Series C','United States',133); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('N26','New York City','Finance',9,0.01,'5/8/2020','Series D','United States',782); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jump','New York City','Transportation',500,1,'5/7/2020','Acquired','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Glassdoor','SF Bay Area','Recruiting',300,0.3,'5/7/2020','Acquired','United States',204); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Numbrs','Zurich','Finance',62,0.5,'5/7/2020','Series B','Switzerland',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flywire','Boston','Finance',60,0.12,'5/7/2020','Series E','United States',263); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SalesLoft','Atlanta','Sales',55,NULL,'5/7/2020','Series D','United States',145); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tally','SF Bay Area','Finance',28,0.23,'5/7/2020','Series C','United States',92); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airy Rooms','Jakarta','Travel',NULL,1,'5/7/2020','Unknown','Indonesia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Uber','SF Bay Area','Transportation',3700,0.14,'5/6/2020','Post-IPO','United States',24700); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Validity','Boston','Data',130,0.33,'5/6/2020','Private Equity','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flatiron School','New York City','Education',100,NULL,'5/6/2020','Acquired','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rubicon Project','Los Angeles','Marketing',50,0.08,'5/6/2020','Post-IPO','United States',60); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Segment','SF Bay Area','Data',50,0.1,'5/6/2020','Series D','United States',283); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OPay','Lagos','Finance',NULL,0.7,'5/6/2020','Series B','Nigeria',170); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ThoughtSpot','SF Bay Area','Data',NULL,NULL,'5/6/2020','Series E','United States',743); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airbnb','SF Bay Area','Travel',1900,0.25,'5/5/2020','Private Equity','United States',5400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Juul','SF Bay Area','Consumer',900,0.3,'5/5/2020','Unknown','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Andela','New York City','Recruiting',135,0.1,'5/5/2020','Series D','United States',181); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stack Overflow','New York City','Recruiting',40,0.15,'5/5/2020','Series D','United States',68); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pipedrive','Tallinn','Sales',31,NULL,'5/5/2020','Series C','Estonia',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Workable','Boston','Recruiting',25,0.1,'5/5/2020','Series C','United States',84); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cloudera','SF Bay Area','Infrastructure',NULL,NULL,'5/5/2020','Post-IPO','United States',1000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Handshake','SF Bay Area','Recruiting',NULL,NULL,'5/5/2020','Series C','United States',74); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('League','Toronto','Healthcare',NULL,NULL,'5/5/2020','Unknown','Canada',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CureFit','Bengaluru','Fitness',800,0.16,'5/4/2020','Series D','India',404); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Careem','Dubai','Transportation',536,0.31,'5/4/2020','Acquired','United Arab Emirates',771); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oriente','Hong Kong','Finance',400,0.2,'5/4/2020','Series B','Hong Kong',175); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Veriff','Tallinn','Security',63,0.21,'5/4/2020','Series A','Estonia',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Element AI','Montreal','Other',62,0.15,'5/4/2020','Series B','Canada',257); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Deputy','Sydney','HR',60,0.3,'5/4/2020','Series B','Australia',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loopio','Toronto','Sales',11,0.08,'5/4/2020','Series A','Canada',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Castlight Health','SF Bay Area','Healthcare',NULL,0.13,'5/4/2020','Post-IPO','United States',184); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trivago','Dusseldorf','Travel',NULL,NULL,'5/4/2020','Acquired','Germany',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trax','Tel Aviv','Retail',120,0.1,'5/3/2020','Series D','Israel',386); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LiveTiles','New York City','Other',50,NULL,'5/3/2020','Post-IPO','United States',46); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OYO','London','Travel',150,NULL,'5/1/2020','Series F','United Kingdom',2400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Namely','New York City','HR',110,0.4,'5/1/2020','Series E','United States',217); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Culture Trip','London','Media',95,0.32,'5/1/2020','Series B','United Kingdom',102); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sandbox VR','SF Bay Area','Consumer',80,0.8,'5/1/2020','Series A','United States',82); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Virtudent','Boston','Healthcare',70,NULL,'5/1/2020','Series A','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Monese','Lisbon','Finance',35,NULL,'5/1/2020','Unknown','Portugal',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TheSkimm','New York City','Media',26,0.2,'5/1/2020','Series C','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Automatic','SF Bay Area','Transportation',NULL,1,'5/1/2020','Acquired','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flynote','Bengaluru','Travel',NULL,NULL,'5/1/2020','Seed','India',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bullhorn','Boston','Sales',100,NULL,'4/30/2020','Acquired','United States',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Care.com','Boston','Consumer',81,NULL,'4/30/2020','Acquired','United States',156); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AirMap','Los Angeles','Aerospace',NULL,NULL,'4/30/2020','Unknown','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cohesity','SF Bay Area','Data',NULL,NULL,'4/30/2020','Series E','United States',660); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fandom','SF Bay Area','Media',NULL,0.14,'4/30/2020','Series E','United States',145); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PicoBrew','Seattle','Food',NULL,1,'4/30/2020','Series A','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lyft','SF Bay Area','Transportation',982,0.17,'4/29/2020','Post-IPO','United States',4900); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeWork','SF Bay Area','Real Estate',300,NULL,'4/29/2020','Series H','United States',2250); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kayak / OpenTable','Stamford','Travel',160,0.08,'4/29/2020','Acquired','United States',229); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kitopi','New York City','Food',124,NULL,'4/29/2020','Series B','United States',89); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lime','SF Bay Area','Transportation',80,0.13,'4/29/2020','Series D','United States',765); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Transfix','New York City','Logistics',24,0.1,'4/29/2020','Series D','United States',128); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yoco','Cape Town','Finance',NULL,NULL,'4/29/2020','Series B','South Africa',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TripAdvisor','Boston','Travel',900,0.25,'4/28/2020','Post-IPO','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Renmoney','Lagos','Finance',391,0.5,'4/28/2020','Unknown','Nigeria',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Deliveroo','London','Food',367,0.15,'4/28/2020','Series G','United Kingdom',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('App Annie','SF Bay Area','Data',80,0.18,'4/28/2020','Unknown','United States',156); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OpenX','Los Angeles','Marketing',35,0.15,'4/28/2020','Unknown','United States',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PayJoy','SF Bay Area','Finance',27,0.25,'4/28/2020','Series B','United States',71); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shipsi','Los Angeles','Retail',20,0.5,'4/28/2020','Seed','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Desktop Metal','Boston','Other',NULL,NULL,'4/28/2020','Series E','United States',436); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Migo','SF Bay Area','Finance',NULL,0.25,'4/28/2020','Series B','United States',37); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Automation Anywhere','SF Bay Area','Other',260,0.1,'4/27/2020','Series B','United States',840); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('JetClosing','Seattle','Real Estate',20,0.2,'4/27/2020','Series A','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Qwick','Phoenix','Recruiting',NULL,0.7,'4/27/2020','Seed','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OYO','Sao Paulo','Travel',500,NULL,'4/25/2020','Series F','Brazil',2400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Stoqo','Jakarta','Food',250,1,'4/25/2020','Series A','Indonesia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Submittable','Missoula','Other',30,0.2,'4/25/2020','Series B','United States',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Divergent 3D','Los Angeles','Transportation',57,0.36,'4/24/2020','Series B','United States',88); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ada Support','Toronto','Support',36,0.23,'4/24/2020','Series B','Canada',60); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('UPshow','Chicago','Marketing',19,0.3,'4/24/2020','Series A','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lighter Capital','Seattle','Finance',18,0.22,'4/24/2020','Series B','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Horizn Studios','Berlin','Travel',15,0.25,'4/24/2020','Series B','Germany',30); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Welkin Health','SF Bay Area','Healthcare',10,0.33,'4/24/2020','Series B','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jiobit','Chicago','Consumer',6,0.21,'4/24/2020','Unknown','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TutorMundi','Sao Paulo','Education',4,1,'4/24/2020','Series A','Brazil',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cheddar','New York City','Media',NULL,NULL,'4/24/2020','Acquired','United States',54); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoCardless','London','Finance',NULL,NULL,'4/24/2020','Series E','United Kingdom',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('StockX','Detroit','Retail',100,0.12,'4/23/2020','Series C','United States',160); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zenefits','SF Bay Area','HR',87,0.15,'4/23/2020','Series C','United States',583); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sisense','New York City','Data',80,0.09,'4/23/2020','Series F','United States',274); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oscar Health','New York City','Healthcare',70,0.05,'4/23/2020','Unknown','United States',1300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Simon Data','New York City','Marketing',6,NULL,'4/23/2020','Series C','United States',68); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Convoy','Seattle','Logistics',NULL,0.01,'4/23/2020','Series D','United States',665); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PowerReviews','Chicago','Retail',NULL,NULL,'4/23/2020','Acquired','United States',78); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Singular','SF Bay Area','Marketing',NULL,NULL,'4/23/2020','Series B','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Magic Leap','Miami','Consumer',1000,0.5,'4/22/2020','Series E','United States',2600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('When I Work','Minneapolis','HR',55,0.35,'4/22/2020','Series B','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ike','SF Bay Area','Transportation',10,0.14,'4/22/2020','Series A','United States',52); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Airy Rooms','Jakarta','Travel',NULL,0.7,'4/22/2020','Unknown','Indonesia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clearbit','SF Bay Area','Data',NULL,NULL,'4/22/2020','Series A','United States',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ExtraHop','Seattle','Security',NULL,NULL,'4/22/2020','Series C','United States',61); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nearmap','Sydney','Construction',NULL,0.1,'4/22/2020','Post-IPO','Australia',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Swiggy','Bengaluru','Food',800,NULL,'4/21/2020','Series I','India',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Paytm','New Delhi','Finance',500,NULL,'4/21/2020','Unknown','India',2200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lending Club','SF Bay Area','Finance',460,0.3,'4/21/2020','Post-IPO','United States',392); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Houzz','SF Bay Area','Consumer',155,0.1,'4/21/2020','Series E','United States',613); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Casper','New York City','Retail',78,0.21,'4/21/2020','Post-IPO','United States',339); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RealSelf','Seattle','Healthcare',40,0.13,'4/21/2020','Series B','United States',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Freshbooks','Toronto','Finance',38,0.09,'4/21/2020','Series B','Canada',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Patreon','SF Bay Area','Media',30,0.13,'4/21/2020','Series D','United States',165); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lambda School','SF Bay Area','Education',19,NULL,'4/21/2020','Series B','United States',48); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Politico / Protocol','Washington D.C.','Media',13,NULL,'4/21/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bringg','Tel Aviv','Logistics',10,0.1,'4/21/2020','Series D','Israel',84); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Klook','Hong Kong','Travel',300,0.15,'4/20/2020','Series D','Hong Kong',521); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ConsenSys','New York City','Crypto',91,0.14,'4/20/2020','Unknown','United States',10); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GumGum','Los Angeles','Marketing',90,0.25,'4/20/2020','Series D','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kueski','Guadalajara','Finance',90,0.3,'4/20/2020','Series B','Mexico',38); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Movidesk','Blumenau','Support',33,0.25,'4/20/2020','Seed','Brazil',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zum','SF Bay Area','Transportation',28,NULL,'4/20/2020','Series C','United States',71); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Komodo Health','SF Bay Area','Healthcare',23,0.09,'4/20/2020','Series C','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Forward','SF Bay Area','Healthcare',10,0.03,'4/20/2020','Series C','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hipcamp','SF Bay Area','Travel',NULL,0.6,'4/20/2020','Series B','United States',40.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Motif Investing','SF Bay Area','Finance',NULL,1,'4/18/2020','Series E','United States',126); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BlackBuck','Bengaluru','Logistics',200,NULL,'4/17/2020','Series D','India',293); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ContaAzul','Joinville','Education',140,0.35,'4/17/2020','Series D','Brazil',37); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Greenhouse Software','New York City','Recruiting',120,0.28,'4/17/2020','Series D','United States',110); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('QuintoAndar','Sao Paulo','Real Estate',88,0.08,'4/17/2020','Series D','Brazil',335); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loft','Sao Paulo','Real Estate',47,0.1,'4/17/2020','Series C','Brazil',263); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zilingo','Singapore','Retail',44,0.05,'4/17/2020','Series D','Singapore',307); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Labster','Copenhagen','Education',40,NULL,'4/17/2020','Series B','Denmark',34); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sweetgreen','Los Angeles','Food',35,0.1,'4/17/2020','Series I','United States',478); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('People.ai','SF Bay Area','Marketing',30,0.18,'4/17/2020','Series C','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tor','Boston','Security',13,0.37,'4/17/2020','Unknown','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BitGo','SF Bay Area','Crypto',NULL,0.12,'4/17/2020','Series B','United States',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dispatch','Boston','Other',NULL,0.38,'4/17/2020','Series A','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Food52','New York City','Food',NULL,NULL,'4/17/2020','Acquired','United States',96); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Influitive','Toronto','Marketing',NULL,NULL,'4/17/2020','Unknown','Canada',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CarGurus','Boston','Transportation',130,0.13,'4/16/2020','Post-IPO','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Funding Societies','Singapore','Finance',65,0.18,'4/16/2020','Series B','Singapore',42); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CleverTap','Mumbai','Marketing',60,0.2,'4/16/2020','Series C','India',76); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CrowdRiff','Toronto','Marketing',NULL,NULL,'4/16/2020','Series A','Canada',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FullStory','Atlanta','Marketing',NULL,NULL,'4/16/2020','Series C','United States',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Grailed','New York City','Retail',NULL,NULL,'4/16/2020','Series A','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LumenAd','Missoula','Marketing',NULL,NULL,'4/16/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Purse','SF Bay Area','Crypto',NULL,1,'4/16/2020','Seed','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SquadVoice','Columbus','Real Estate',NULL,NULL,'4/16/2020','Series A','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Opendoor','SF Bay Area','Real Estate',600,0.35,'4/15/2020','Series E','United States',1500); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoPro','SF Bay Area','Consumer',200,0.2,'4/15/2020','Post-IPO','United States',288); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shop101','Mumbai','Retail',200,0.4,'4/15/2020','Series C','India',19); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zume','SF Bay Area','Food',200,0.67,'4/15/2020','Unknown','United States',423); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Carta','SF Bay Area','Finance',161,0.16,'4/15/2020','Series E','United States',447); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Akulaku','Jakarta','Finance',100,NULL,'4/15/2020','Series D','Indonesia',160); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Parsable','SF Bay Area','HR',40,0.25,'4/15/2020','Series C','United States',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kodiak Robotics','SF Bay Area','Transportation',15,0.2,'4/15/2020','Series A','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tulip Retail','Toronto','Retail',14,NULL,'4/15/2020','Series B','Canada',51); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Trove Recommerce','SF Bay Area','Retail',13,NULL,'4/15/2020','Series C','United States',34); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dude Solutions','Raleigh','Other',NULL,0.2,'4/15/2020','Acquired','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SweetEscape','Jakarta','Consumer',NULL,0.3,'4/15/2020','Series A','Indonesia',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('View','SF Bay Area','Energy',NULL,NULL,'4/15/2020','Series H','United States',1800); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The RealReal','SF Bay Area','Retail',235,0.1,'4/14/2020','Post-IPO','United States',358); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TouchBistro','Toronto','Food',131,0.23,'4/14/2020','Series E','Canada',224); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Envoy','SF Bay Area','HR',58,0.3,'4/14/2020','Series B','United States',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VSCO','SF Bay Area','Consumer',45,0.35,'4/14/2020','Series B','United States',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Skillz','SF Bay Area','Consumer',21,NULL,'4/14/2020','Series D','United States',132); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DataStax','SF Bay Area','Data',15,NULL,'4/14/2020','Series E','United States',190); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Xerpa','Sao Paulo','HR',10,NULL,'4/14/2020','Unknown','Brazil',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aura Financial','SF Bay Area','Finance',NULL,NULL,'4/14/2020','Unknown','United States',584); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RedDoorz','Singapore','Travel',NULL,NULL,'4/14/2020','Series C','Singapore',134); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Groupon','Chicago','Retail',2800,0.44,'4/13/2020','Post-IPO','United States',1400); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zoox','SF Bay Area','Transportation',100,0.1,'4/13/2020','Series B','United States',955); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Neon','Sao Paulo','Finance',70,0.1,'4/13/2020','Series B','Brazil',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('EasyPost','SF Bay Area','Logistics',50,0.25,'4/13/2020','Series A','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clearbanc','Toronto','Finance',17,0.08,'4/13/2020','Series B','Canada',119); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Meow Wolf','Santa Fe','Media',201,NULL,'4/10/2020','Unknown','United States',185); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Frontdesk','Milwaukee','Travel',35,0.16,'4/10/2020','Unknown','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BeeTech','Sao Paulo','Finance',30,NULL,'4/10/2020','Series B','Brazil',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Built In','Chicago','Recruiting',28,NULL,'4/10/2020','Series C','United States',29); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('NuoDB','Boston','Data',20,0.29,'4/10/2020','Unknown','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rhumbix','SF Bay Area','Construction',16,0.27,'4/10/2020','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Atsu','Seattle','Infrastructure',6,1,'4/10/2020','Unknown','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Geekwire','Seattle','Media',5,0.31,'4/10/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FloQast','Los Angeles','Finance',NULL,NULL,'4/10/2020','Series C','United States',119); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yelp','SF Bay Area','Consumer',1000,0.17,'4/9/2020','Post-IPO','United States',56); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Monzo','Las Vegas','Finance',165,NULL,'4/9/2020','Series F','United States',324); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OneTrust','Atlanta','Legal',150,0.1,'4/9/2020','Series B','United States',410); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Omie','Sao Paulo','Finance',136,0.31,'4/9/2020','Series B','Brazil',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Domo','Salt Lake City','Data',90,0.1,'4/9/2020','Post-IPO','United States',689); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Matterport','SF Bay Area','Data',90,0.34,'4/9/2020','Series D','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clinc','Ann Arbor','Support',40,0.32,'4/9/2020','Series B','United States',59); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mejuri','Toronto','Retail',36,0.15,'4/9/2020','Series B','Canada',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Code42','Minneapolis','Data',25,0.05,'4/9/2020','Series B','United States',137.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lighthouse Labs','Toronto','Education',14,0.07,'4/9/2020','Unknown','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('LoopMe','London','Marketing',8,0.04,'4/9/2020','Unknown','United Kingdom',32); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CipherTrace','SF Bay Area','Crypto',NULL,NULL,'4/9/2020','Unknown','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Elliptic','London','Crypto',NULL,0.3,'4/9/2020','Series B','United Kingdom',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zest AI','Los Angeles','Finance',NULL,NULL,'4/9/2020','Unknown','United States',217); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eventbrite','SF Bay Area','Consumer',500,0.45,'4/8/2020','Post-IPO','United States',332); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Meesho','Bengaluru','Retail',200,0.28,'4/8/2020','Series D','India',215); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Scoop','SF Bay Area','Transportation',92,0.33,'4/8/2020','Series C','United States',95); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unison','SF Bay Area','Finance',89,0.45,'4/8/2020','Series B','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lever','SF Bay Area','Recruiting',86,0.4,'4/8/2020','Series C','United States',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Unbabel','Lisbon','Support',80,0.35,'4/8/2020','Series C','Portugal',91); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Button','New York City','Marketing',48,0.35,'4/8/2020','Series C','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eden / Managed By Q','New York City','Real Estate',40,0.4,'4/8/2020','Series B','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Quantcast','SF Bay Area','Marketing',30,0.05,'4/8/2020','Series C','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BVAccel','San Diego','Marketing',25,0.25,'4/8/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('VideoAmp','Los Angeles','Marketing',21,0.1,'4/8/2020','Series C','United States',106); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kenoby','Sao Paulo','Recruiting',18,0.16,'4/8/2020','Unknown','Brazil',23); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Connected','Toronto','Product',17,0.1,'4/8/2020','Unknown','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GetNinjas','Sao Paulo','Consumer',11,0.1,'4/8/2020','Series B','Brazil',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Spyce','Boston','Food',4,0.12,'4/8/2020','Series A','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Creditas','Sao Paulo','Finance',NULL,0.06,'4/8/2020','Series D','Brazil',314); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lytics','Portland','Marketing',NULL,NULL,'4/8/2020','Series C','United States',58); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RedDoorz','Singapore','Travel',NULL,0.1,'4/8/2020','Series C','Singapore',134); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Slice Labs','New York City','Finance',NULL,NULL,'4/8/2020','Series A','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TechAdvance','Lagos','Finance',NULL,NULL,'4/8/2020','Unknown','Nigeria',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zola','New York City','Retail',NULL,0.2,'4/8/2020','Series D','United States',140); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Toast','Boston','Food',1300,0.5,'4/7/2020','Series F','United States',902); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ezCater','Boston','Food',400,0.44,'4/7/2020','Series D','United States',319); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sage Therapeutics','Boston','Healthcare',340,0.53,'4/7/2020','Post-IPO','United States',438); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Redfin','Seattle','Real Estate',236,0.07,'4/7/2020','Post-IPO','United States',319); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Branch Metrics','SF Bay Area','Marketing',100,0.2,'4/7/2020','Series E','United States',367); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Newfront Insurance','SF Bay Area','Finance',94,NULL,'4/7/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ibotta','Denver','Retail',87,0.15,'4/7/2020','Series D','United States',85); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Virta Health','SF Bay Area','Healthcare',65,NULL,'4/7/2020','Series C','United States',175); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Away','New York City','Retail',60,0.1,'4/7/2020','Series D','United States',181); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MediaMath','New York City','Marketing',53,0.08,'4/7/2020','Private Equity','United States',607); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Group Nine Media','New York City','Media',50,0.07,'4/7/2020','Unknown','United States',190); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Payfactors','Boston','HR',46,NULL,'4/7/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nav','Salt Lake City','Finance',30,NULL,'4/7/2020','Series C','United States',99); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AskNicely','Portland','Support',NULL,NULL,'4/7/2020','Series A','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RainFocus','Salt Lake City','Marketing',NULL,NULL,'4/7/2020','Private Equity','United States',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Metromile','SF Bay Area','Finance',100,0.33,'4/6/2020','Series E','United States',293); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rock Content','Belo Horizonte','Marketing',100,0.2,'4/6/2020','Series A','Brazil',0.7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BounceX','New York City','Marketing',77,0.2,'4/6/2020','Series B','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('C6 Bank','Sao Paulo','Finance',60,0.06,'4/6/2020','Unknown','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wordstream','Boston','Marketing',26,0.1,'4/6/2020','Acquired','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cogito','Boston','Support',24,0.14,'4/6/2020','Series C','United States',92); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('BusBud','Montreal','Transportation',23,0.32,'4/6/2020','Series B','Canada',21); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Borrowell','Toronto','Finance',15,0.2,'4/6/2020','Series B','Canada',72); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PerkSpot','Chicago','HR',10,0.1,'4/6/2020','Private Equity','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bitfarms','Quebec','Crypto',NULL,NULL,'4/6/2020','Post-IPO','Canada',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hopper','Boston','Travel',NULL,NULL,'4/6/2020','Series D','United States',183); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mapbox','Washington D.C.','Data',NULL,NULL,'4/6/2020','Series C','United States',227); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Astra','SF Bay Area','Aerospace',40,0.25,'4/5/2020','Unknown','United States',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Iflix','Kuala Lumpur','Consumer',50,0.12,'4/4/2020','Unknown','Malaysia',348); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Gympass','Sao Paulo','Fitness',467,0.33,'4/3/2020','Series D','Brazil',300); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sojern','SF Bay Area','Marketing',300,0.5,'4/3/2020','Series D','United States',162); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MaxMilhas','Belo Horizonte','Travel',167,0.42,'4/3/2020','Unknown','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Minted','SF Bay Area','Retail',147,0.37,'4/3/2020','Series E','United States',297); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Velodyne Lidar','SF Bay Area','Transportation',140,NULL,'4/3/2020','Unknown','United States',225); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zoox','SF Bay Area','Transportation',120,NULL,'4/3/2020','Series B','United States',955); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Traveloka','Jakarta','Travel',100,0.1,'4/3/2020','Unknown','Indonesia',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Arrive Logistics','Austin','Logistics',75,0.07,'4/3/2020','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Salsify','Boston','Retail',60,0.13,'4/3/2020','Series D','United States',97); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jetty','New York City','Finance',35,0.4,'4/3/2020','Series B','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('D2iQ','SF Bay Area','Infrastructure',34,0.13,'4/3/2020','Series D','United States',247); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bustle Digital Group','New York City','Media',24,0.08,'4/3/2020','Series E','United States',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bustle Digital Group','New York City','Media',19,NULL,'4/3/2020','Series E','United States',80); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Opencare','Toronto','Healthcare',18,0.25,'4/3/2020','Series A','Canada',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Anagram','Los Angeles','Healthcare',17,NULL,'4/3/2020','Series A','United States',14); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('G/O Media Group','New York City','Media',14,0.05,'4/3/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DSCO','Salt Lake City','Retail',12,NULL,'4/3/2020','Series A','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tripbam','Dallas','Travel',10,0.25,'4/3/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Avantage Entertainment','Minneapolis','Media',5,0.2,'4/3/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Alegion','Austin','Data',NULL,NULL,'4/3/2020','Series A','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AllyO','SF Bay Area','HR',NULL,NULL,'4/3/2020','Series B','United States',64); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mews','Prague','Travel',NULL,NULL,'4/3/2020','Series B','Czech Republic',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PeopleGrove','SF Bay Area','HR',NULL,NULL,'4/3/2020','Series A','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Muse','New York City','Recruiting',NULL,NULL,'4/3/2020','Series B','United States',28); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Wing','New York City','Real Estate',NULL,0.5,'4/3/2020','Series C','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('MindBody','San Luis Obispo','Fitness',700,0.35,'4/2/2020','Post-IPO','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Katerra','SF Bay Area','Construction',240,0.03,'4/2/2020','Series D','United States',1200); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ritual','Toronto','Food',196,0.54,'4/2/2020','Series C','Canada',112); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ClassPass','New York City','Fitness',154,0.22,'4/2/2020','Series E','United States',549); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('eGym','Munich','Fitness',100,0.25,'4/2/2020','Series D','Germany',109); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Voi','Stockholm','Transportation',100,NULL,'4/2/2020','Series B','Sweden',167); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Industrious','New York City','Real Estate',90,0.2,'4/2/2020','Series D','United States',222); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('1stdibs','New York City','Retail',70,0.17,'4/2/2020','Series D','United States',253); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ThirdLove','SF Bay Area','Retail',65,0.3,'4/2/2020','Series B','United States',68); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Latch','New York City','Security',60,NULL,'4/2/2020','Series B','United States',152); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Predictive Index','Boston','HR',59,0.25,'4/2/2020','Acquired','United States',65); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Shuttl','New Delhi','Transportation',40,NULL,'4/2/2020','Series C','India',122); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jobcase','Boston','Recruiting',39,0.2,'4/2/2020','Private Equity','United States',118); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Copper','SF Bay Area','Marketing',35,NULL,'4/2/2020','Series C','United States',102); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Dynamic Signal','SF Bay Area','HR',35,0.19,'4/2/2020','Series E','United States',114); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FiscalNote','Washington D.C.','Media',30,NULL,'4/2/2020','Series D','United States',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sauce Labs','SF Bay Area','Infrastructure',30,0.15,'4/2/2020','Unknown','United States',151); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Humu','SF Bay Area','HR',26,NULL,'4/2/2020','Series B','United States',40); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TripleLift','New York City','Marketing',23,0.07,'4/2/2020','Series B','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Coding Dojo','Seattle','Education',7,0.07,'4/2/2020','Unknown','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Instamojo','Bengaluru','Finance',6,0.06,'4/2/2020','Unknown','India',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Synergysuite','Salt Lake City','Food',5,0.07,'4/2/2020','Series A','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Atlanta Tech Village','Atlanta','Real Estate',NULL,0.5,'4/2/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Capillary','Bengaluru','Retail',NULL,NULL,'4/2/2020','Private Equity','India',102); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Modsy','SF Bay Area','Retail',NULL,NULL,'4/2/2020','Series C','United States',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Modist','Dubai','Retail',NULL,1,'4/2/2020','Unknown','United Arab Emirates',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wonder','New York City','Other',NULL,NULL,'4/2/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Booksy','SF Bay Area','Consumer',200,NULL,'4/1/2020','Series B','United States',48); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flymya','Yangon','Travel',200,0.33,'4/1/2020','Unknown','Myanmar',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PatientPop','Los Angeles','Healthcare',100,0.2,'4/1/2020','Series B','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Showpad','Chicago','Marketing',52,0.12,'4/1/2020','Series D','United States',159); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Highsnobiety','Berlin','Media',51,0.25,'4/1/2020','Series A','Germany',8.5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Earnin','SF Bay Area','Finance',50,0.2,'4/1/2020','Series C','United States',190); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wonolo','SF Bay Area','Recruiting',46,0.13,'4/1/2020','Series C','United States',52); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Acko','Mumbai','Finance',45,0.09,'4/1/2020','Unknown','India',143); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Moovel','Portland','Transportation',28,0.37,'4/1/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Aqua Security','Tel Aviv','Security',24,0.09,'4/1/2020','Series C','Israel',100); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Crayon','Boston','Marketing',20,0.2,'4/1/2020','Series A','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pana','Denver','Travel',18,NULL,'4/1/2020','Series A','United States',11); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sensibill','Toronto','Finance',17,0.2,'4/1/2020','Series B','Canada',50); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Usermind','Seattle','Marketing',15,0.25,'4/1/2020','Series C','United States',46); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Incredible Health','SF Bay Area','Healthcare',9,0.4,'4/1/2020','Series A','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Currency','Los Angeles','Finance',NULL,NULL,'4/1/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GOAT Group','Los Angeles','Retail',NULL,NULL,'4/1/2020','Series D','United States',197); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Le Tote','SF Bay Area','Retail',NULL,0.5,'4/1/2020','Series C','United States',62); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Levelset','New Orleans','Construction',NULL,NULL,'4/1/2020','Series C','United States',46); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pebblepost','New York City','Marketing',NULL,0.6,'4/1/2020','Series C','United States',81); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WhyHotel','Washington D.C.','Travel',NULL,0.5,'4/1/2020','Series B','United States',33); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('KeepTruckin','SF Bay Area','Logistics',349,0.18,'3/31/2020','Series D','United States',227); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AdRoll','Salt Lake City','Marketing',210,0.3,'3/31/2020','Series C','United States',89); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rover','Seattle','Consumer',194,0.41,'3/31/2020','Series G','United States',310); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Turo','SF Bay Area','Transportation',108,0.3,'3/31/2020','Series E','United States',467); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('uShip','Austin','Logistics',65,0.37,'3/31/2020','Series D','United States',69); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SkySlope','Sacramento','Real Estate',50,0.25,'3/31/2020','Acquired','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Siteimprove','Minneapolis','Marketing',40,NULL,'3/31/2020','Unknown','United States',55); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('AngelList','SF Bay Area','Recruiting',20,NULL,'3/31/2020','Series B','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zenoti','Seattle','Fitness',17,0.04,'3/31/2020','Series C','United States',91); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DialSource','Sacramento','Marketing',5,0.14,'3/31/2020','Series B','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Adara','SF Bay Area','Travel',NULL,NULL,'3/31/2020','Series C','United States',67); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Claravine','Salt Lake City','Marketing',NULL,NULL,'3/31/2020','Seed','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Domio','New York City','Travel',NULL,0.3,'3/31/2020','Series B','United States',116); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Kazoo','Austin','HR',NULL,0.35,'3/31/2020','Series A','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Snap Finance','Salt Lake City','Finance',NULL,NULL,'3/31/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zerto','Boston','Infrastructure',NULL,NULL,'3/31/2020','Series E','United States',130); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Thumbtack','SF Bay Area','Consumer',250,0.3,'3/30/2020','Series F','United States',423); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('RigUp','Austin','Energy',120,0.25,'3/30/2020','Series D','United States',423); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('FabHotels','New Delhi','Travel',80,0.2,'3/30/2020','Series B','India',48); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hibob','Tel Aviv','HR',70,0.3,'3/30/2020','Series A','Israel',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('PeerStreet','Los Angeles','Finance',51,0.3,'3/30/2020','Series C','United States',110); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Maven','Seattle','Media',31,0.09,'3/30/2020','Post-IPO','United States',77); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blume Global','SF Bay Area','Logistics',30,0.1,'3/30/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Catalant','Boston','Other',30,NULL,'3/30/2020','Series E','United States',110); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Starship Technologies','Tallinn','Transportation',30,NULL,'3/30/2020','Series A','Estonia',82); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loftsmart','New York City','Real Estate',25,0.75,'3/30/2020','Series A','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Caliva','SF Bay Area','Retail',20,NULL,'3/30/2020','Series A','United States',75); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Iris Nova','New York City','Food',9,0.5,'3/30/2020','Seed','United States',15); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cuyana','SF Bay Area','Retail',NULL,NULL,'3/30/2020','Series C','United States',31); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ZipRecruiter','Los Angeles','Recruiting',400,0.39,'3/29/2020','Series B','United States',219); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Amplero','Seattle','Marketing',17,1,'3/29/2020','Series B','United States',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Polarr','SF Bay Area','Consumer',10,NULL,'3/29/2020','Series A','United States',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TravelTriangle','Gurugram','Travel',250,0.5,'3/28/2020','Series D','India',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WeWork','New York City','Real Estate',250,NULL,'3/28/2020','Series H','United States',2250); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rent the Runway','New York City','Retail',NULL,NULL,'3/28/2020','Series F','United States',541); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OneWeb','London','Aerospace',451,0.85,'3/27/2020','Unknown','United Kingdom',3000); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bird','Los Angeles','Transportation',406,0.3,'3/27/2020','Series D','United States',623); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HOOQ','Singapore','Consumer',250,1,'3/27/2020','Unknown','Singapore',95); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Everlane','SF Bay Area','Retail',227,NULL,'3/27/2020','Unknown','United States',18); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DataRobot','Boston','Data',200,NULL,'3/27/2020','Series E','United States',430); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Restaurant365','Los Angeles','Food',175,NULL,'3/27/2020','Series C','United States',127); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blueground','New York City','Real Estate',130,0.25,'3/27/2020','Series B','United States',77); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Knotel','New York City','Real Estate',127,0.3,'3/27/2020','Series C','United States',560); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Getaround','SF Bay Area','Transportation',100,0.25,'3/27/2020','Series D','United States',403); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zipcar','Boston','Transportation',100,0.2,'3/27/2020','Acquired','United States',107); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Mogo','Vancouver','Finance',78,0.3,'3/27/2020','Post-IPO','Canada',201); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('DISCO','Austin','Legal',75,NULL,'3/27/2020','Series E','United States',133); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Raken','San Diego','Construction',60,NULL,'3/27/2020','Series A','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bench','Vancouver','Finance',47,0.1,'3/27/2020','Series B','Canada',49); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Loft','Sao Paulo','Real Estate',47,NULL,'3/27/2020','Series C','Brazil',263); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Oh My Green','SF Bay Area','Food',40,NULL,'3/27/2020','Seed','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bevi','Boston','Food',30,0.2,'3/27/2020','Series C','United States',60); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Textio','Seattle','Recruiting',30,0.2,'3/27/2020','Unknown','United States',41); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Opal','Portland','Marketing',20,NULL,'3/27/2020','Series B','United States',25); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('ThirdLove','New York City','Retail',10,NULL,'3/27/2020','Series B','United States',68); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bcredi','Curitiba','Finance',NULL,NULL,'3/27/2020','Series A','Brazil',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Make School','SF Bay Area','Education',NULL,NULL,'3/27/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Pivot3','Austin','Infrastructure',NULL,NULL,'3/27/2020','Series H','United States',273); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('B8ta','SF Bay Area','Retail',250,0.5,'3/26/2020','Series C','United States',88); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Fareportal','Gurugram','Travel',200,NULL,'3/26/2020','Unknown','India',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Puppet','Portland','Infrastructure',50,0.1,'3/26/2020','Series F','United States',149); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ecobee','Toronto','Energy',47,0.1,'3/26/2020','Series C','Canada',149); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Passport','Charlotte','Transportation',44,NULL,'3/26/2020','Series D','United States',123); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Peerspace','SF Bay Area','Real Estate',41,0.75,'3/26/2020','Series B','United States',34); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GoSpotCheck','Denver','Retail',23,0.2,'3/26/2020','Series B','United States',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Consider.co','SF Bay Area','Other',13,1,'3/26/2020','Seed','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Nativo','Los Angeles','Marketing',NULL,0.4,'3/26/2020','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TripActions','SF Bay Area','Travel',300,0.25,'3/25/2020','Series D','United States',981); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lyric','SF Bay Area','Real Estate',100,NULL,'3/25/2020','Series B','United States',179.1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Rangle','Toronto','Product',78,0.3,'3/25/2020','Unknown','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('O''Reilly Media','SF Bay Area','Media',75,0.15,'3/25/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('WanderJaunt','SF Bay Area','Travel',56,0.23,'3/25/2020','Series B','United States',26); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('OutboundEngine','Austin','Marketing',52,0.28,'3/25/2020','Series C','United States',48); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wonderschool','SF Bay Area','Education',50,0.75,'3/25/2020','Series A','United States',24); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Overtime','New York City','Media',30,0.23,'3/25/2020','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Jama','Portland','Product',12,0.05,'3/25/2020','Unknown','United States',233); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Element Analytics','SF Bay Area','Data',10,NULL,'3/25/2020','Series A','United States',22); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clever Real Estate','St. Louis','Real Estate',NULL,NULL,'3/25/2020','Series A','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Clutter','Los Angeles','Consumer',NULL,0.3,'3/25/2020','Series D','United States',296); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Divvy Homes','SF Bay Area','Real Estate',NULL,0.08,'3/25/2020','Series B','United States',180); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Universal Standard','New York City','Retail',NULL,NULL,'3/25/2020','Series A','United States',8); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Sonder','SF Bay Area','Travel',400,0.33,'3/24/2020','Series D','United States',359); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Takl','Nashville','Consumer',130,NULL,'3/24/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Foodsby','Minneapolis','Food',87,0.67,'3/24/2020','Series B','United States',20); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zeus Living','SF Bay Area','Real Estate',80,0.3,'3/24/2020','Series B','United States',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('TravelBank','SF Bay Area','Travel',20,NULL,'3/24/2020','Series B','United States',35); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flowr','Toronto','Retail',NULL,0.25,'3/24/2020','Unknown','Canada',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Peerfit','Tampa Bay','HR',NULL,0.4,'3/24/2020','Unknown','United States',47); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('SpotHero','Chicago','Transportation',NULL,NULL,'3/24/2020','Series D','United States',117); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Compass','New York City','Real Estate',375,0.15,'3/23/2020','Series G','United States',1600); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Convene','New York City','Real Estate',150,0.18,'3/23/2020','Series D','United States',280); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Leafly','Seattle','Retail',91,0.5,'3/23/2020','Acquired','United States',2); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('The Guild','Austin','Travel',38,0.22,'3/23/2020','Series B','United States',36); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Drip','Salt Lake City','Marketing',20,NULL,'3/23/2020','Acquired','United States',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('GrayMeta','Los Angeles','Data',20,0.4,'3/23/2020','Unknown','United States',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Triplebyte','SF Bay Area','Recruiting',15,0.17,'3/23/2020','Series B','United States',48); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ladder Life','SF Bay Area','Finance',13,0.25,'3/23/2020','Series C','United States',94); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Cabin','SF Bay Area','Travel',NULL,0.2,'3/23/2020','Seed','United States',3); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Eight Sleep','New York City','Retail',NULL,0.2,'3/23/2020','Series C','United States',70); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Zwift','Los Angeles','Fitness',NULL,NULL,'3/23/2020','Series B','United States',164); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flywheel Sports','New York City','Fitness',784,0.98,'3/20/2020','Acquired','United States',120); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Peek','Salt Lake City','Travel',45,NULL,'3/20/2020','Series B','United States',39); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('CTO.ai','Vancouver','Infrastructure',30,0.5,'3/20/2020','Seed','Canada',7); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yonder','Austin','Media',18,NULL,'3/20/2020','Series A','United States',16); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Service','Los Angeles','Travel',NULL,1,'3/20/2020','Seed','United States',5); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Vacasa','Portland','Travel',NULL,NULL,'3/20/2020','Series C','United States',526); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Bounce','Bengaluru','Transportation',120,NULL,'3/19/2020','Series D','India',214); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Ejento','SF Bay Area','Recruiting',84,1,'3/19/2020','Unknown','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Remote Year','Chicago','Travel',50,0.5,'3/19/2020','Series B','United States',17); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Lola','Boston','Travel',34,NULL,'3/19/2020','Series C','United States',81); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Anyvision','Tel Aviv','Security',NULL,NULL,'3/19/2020','Series A','Israel',74); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Popin','New York City','Fitness',NULL,1,'3/19/2020','Unknown','United States',13); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tuft & Needle','Phoenix','Retail',NULL,NULL,'3/19/2020','Acquired','United States',0); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Flytedesk','Boulder','Marketing',4,0.2,'3/18/2020','Seed','United States',4); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Inspirato','Denver','Travel',130,0.22,'3/16/2020','Series C','United States',79); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Help.com','Austin','Support',16,1,'3/16/2020','Seed','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Service','Los Angeles','Travel',NULL,1,'3/16/2020','Seed','United States',5.1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('HopSkipDrive','Los Angeles','Transportation',8,0.1,'3/13/2020','Unknown','United States',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Panda Squad','SF Bay Area','Consumer',6,0.75,'3/13/2020','Seed','United States',1); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Tamara Mellon','Los Angeles','Retail',20,0.4,'3/12/2020','Series C','United States',90); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('EasyPost','Salt Lake City','Logistics',75,NULL,'3/11/2020','Series A','United States',12); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Blackbaud','Charleston','Other',500,0.14,NULL,'Post-IPO','United States',NULL); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Yahoo','SF Bay Area','Consumer',1600,0.2,'2/9/2023','Acquired','United States',6); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Hibob','Tel Aviv','HR',70,0.3,'3/30/2020','Series A','Israel',45); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Casper','New York City','Retail',NULL,NULL,'9/14/2021','Post-IPO','United States',339); INSERT INTO mytable(company,location,industry,total_laid_off,percentage_laid_off,date,stage,country,funds_raised_millions) VALUES ('Wildlife Studios','Sao Paulo','Consumer',300,0.2,'11/28/2022','Unknown','Brazil',260); ---------------------------------------- -------------------- /* Fueled by economic uncertainty, businesses worldwide are facing difficult times, leading to significant layoffs. The tech sector alone has lost over 257,000 jobs, dwarfing pandemic-era losses. This summary examines the affected industries, geographic trends, and strategic considerations, offering a glimpse into the changing employment landscape. */ ---------------------------------------- -------------------- --top 5 record select top 5 *from mytable; --create copy table select * into layoff from mytable; declare @dec int=(select count(*) from layoff) ; select @dec; /* --remoove duplicate with cte as(select * , row_number() over(partition by company, location, industry, total_laid_off, date, stage, funds_raised_millions order by date) row_number from layoff) delete from cte where row_number>1; select * into layoff2 from layoff; select @a ;--as with_duplicate,count(*) as without_duplicate from layoff2; /*-->now dataset size reduce from 2361 to 2356 (5 record duplicate) select top 5 *, row_number() over(partition by company, location, industry, total_laid_off, date, stage, funds_raised_millions order by date) row_number from layoff2 order by row_number desc; --standardize data SELECT column_name as 'Column Name', data_type as 'Data Type' FROM information_schema.columns WHERE table_name = 'layoff2'; --(date need to convert datetype ) alter table layoff2 alter column date date; --removing trailing spaces update layoff2 set company=trim(company) select distinct industry from layoff2 order by 1; --remove inconsistency -- industry update layoff2 set industry ='Crypto' where industry like 'crypto%'; select distinct industry from layoff2 order by 1; --country column select distinct country from layoff2 order by 1; --t1 select distinct country, trim(trailing '.' from country) removed_• from layoff2 order by 1; --t2 update layoff2 set country ='United states' where country like 'United State%'; ; --handling null value --(no of null record by column) select * into layoff3 from layoff2; DECLARE @custom_sql VARCHAR(MAX) = 'SELECT COUNT(*) AS TotalRows' SELECT @custom_sql = @custom_sql + ', SUM(CASE WHEN ' + COLUMN_NAME + ' IS NULL THEN 1 ELSE 0 END) AS ' + COLUMN_NAME + '_NULLS' FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'layoff3' SET @custom_sql = @custom_sql + ' FROM MYTABLE' EXEC(@custom_sql); select company, industry from layoff3 where company in( select distinct company from layoff3 where industry is null) group by company, industry ; /*--Bally's Interactive is the only revord with null value in each industry column (filled null with other in industry) --others column fill with the help of other record columns UPDATE l1 SET l1.industry = l2.industry FROM layoff3 l1 LEFT JOIN layoff3 l2 ON l1.company = l2.company where (l1.industry IS NULL OR l1.industry = '') AND l2.industry IS NOT NULL; update layoff3 set industry='other' where company='Bally''s Interactive '; select company, industry from layoff3 where company in( select distinct company from layoff3 where industry is null) group by company, industry; --removing the row where percentage layoff and total_layoff is null delete from layoff3 where total_laid_off is null and percentage_laid_off is null; select * from layoff3 where date is null; select * from layoff3 where company in( select company from layoff3 where stage is null ); DECLARE @custom_sql VARCHAR(MAX) = 'SELECT COUNT(*) AS TotalRows' SELECT @custom_sql = @custom_sql + ', SUM(CASE WHEN ' + COLUMN_NAME + ' IS NULL THEN 1 ELSE 0 END) AS ' + COLUMN_NAME + '_NULLS' FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'layoff3' SET @custom_sql = @custom_sql + ' FROM layoff3' EXEC(@custom_sql); ---EDA select * into layoff_eda from layoff3 where total_laid_off is not null and date is not null; select min(date) laidoff_start , max(date) laidoff_end from layoff_eda; -- individual basice info select top 5 * from layoff_eda where total_laid_off is not null order by total_laid_off desc; select top 5 * from layoff_eda where total_laid_off is not null order by total_laid_off desc; select top 5 * from layoff_eda where total_laid_off is not null order by funds_raised_millions desc; --top 5 laid_of by company select top 5 company , sum(total_laid_off) as total_layoff from layoff_eda group by company order by coalesce ( sum(total_laid_off),0) desc; --top 5 laid_off industry select top 5 industry , sum(total_laid_off) as total_layoff from layoff_eda group by industry order by coalesce ( sum(total_laid_off),0) desc; --top 5 laid_off by country select top 5 country , sum(total_laid_off) as total_layoff from layoff_eda group by country order by coalesce ( sum(total_laid_off),0) desc; --month and year wise laid of select datename(month, date) month, sum(total_laid_off) as total_layoff from layoff_eda group by datename(month, date) order by coalesce ( sum(total_laid_off),0) desc; select datename(year, date) month, sum(total_laid_off) as total_layoff from layoff_eda group by datename(year, date) order by coalesce ( sum(total_laid_off),0) desc; -- laid off by stage select stage , sum(total_laid_off) as total_layoff from layoff_eda group by stage order by stage ,coalesce ( sum(total_laid_off),0) desc; --top fund raised by country select top 5 company, sum(funds_raised_millions) fund_raised, sum(total_laid_off) laid_off from layoff_eda where funds_raised_millions is not null group by company order by fund_raised desc; -- top 5 compannlaidoff by each year with cte as( select company,year(date) year,sum(total_laid_off) total_laid_off from layoff_eda group by company, year(date) ), cte2 as (select *, dense_rank() over(partition by year order by total_laid_off desc ) rnk from cte) select * from cte2 where rnk<=5; --customer industry layoff pattern select industry, year(date) year, sum(total_laid_off) laid_off from layoff_eda group by industry, year(date) order by industry, year asc; select concat (year(date), '-', month(date)) date , sum(total_laid_off) total_sum from layoff_eda group by concat (year(date), '-', month(date)) order by 1; select format(date, 'yyyy-MM') date, sum(total_laid_off) total_sum from layoff_eda group by format(date, 'yyyy-MM') order by 1; select count(distinct format(date, 'yyyy-MM')) accual_dcount, datediff(month, min(date), max(date))+1 total_dcount from layoff_eda; with cte as( select datefromparts(year(min(date)) ,month(min(date)),01)date , max(date) mx from layoff_eda union all select dateadd(month, 1,date), mx from cte where date<= dateadd(month,-1 ,mx ) ) select date into calendar from cte; --month on month increase with cte as( select format(date, 'yyyy-MM') date, sum(total_laid_off) total_sum from layoff_eda group by format(date, 'yyyy-MM') ) , cte2 as( select format(t2.date, 'yyyy-MM') date, isnull(t1.total_sum, 0) laid_off ,lag(isnull(total_sum, 0), 1,null) over(order by t2.date asc) lag_sum from cte t1 right join calendar t2 on t1.date=format(t2.date, 'yyyy-MM')) select *, cast(iif(lag_sum=0,laid_off,(laid_off-lag_sum) /(0.01* lag_sum)) as decimal (10,2)) mom_laidoff_per from cte2;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear