Skip to content

Instantly share code, notes, and snippets.

@pamelafox
Created April 29, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pamelafox/a985801b66b7e70a3041 to your computer and use it in GitHub Desktop.
Save pamelafox/a985801b66b7e70a3041 to your computer and use it in GitHub Desktop.
Jeopardy Questions
CREATE TABLE jeopardy(
ID INTEGER NOT NULL PRIMARY KEY
, Show_Number INTEGER
, Air_Date TEXT
, Round TEXT
, Category TEXT
, Value TEXT
, Question TEXT
, Answer TEXT
);
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','HISTORY','$200','For the last 8 years of his life, Galileo was under house arrest for espousing this man''s theory','Copernicus');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','ESPN''s TOP 10 ALL-TIME ATHLETES','$200','No. 2: 1912 Olympian; football star at Carlisle Indian School; 6 MLB seasons with the Reds, Giants & Braves','Jim Thorpe');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EVERYBODY TALKS ABOUT IT...','$200','The city of Yuma in this state has a record average of 4,055 hours of sunshine each year','Arizona');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','THE COMPANY LINE','$200','In 1963, live on "The Art Linkletter Show", this company served its billionth burger','McDonald''s');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EPITAPHS & TRIBUTES','$200','Signer of the Dec. of Indep., framer of the Constitution of Mass., second President of the United States','John Adams');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','3-LETTER WORDS','$200','In the title of an Aesop fable, this insect shared billing with a grasshopper','the ant');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','HISTORY','$400','Built in 312 B.C. to link Rome & the South of Italy, it''s still in use today','the Appian Way');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','ESPN''s TOP 10 ALL-TIME ATHLETES','$400','No. 8: 30 steals for the Birmingham Barons; 2,306 steals for the Bulls','Michael Jordan');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EVERYBODY TALKS ABOUT IT...','$400','In the winter of 1971-72, a record 1,122 inches of snow fell at Rainier Paradise Ranger Station in this state','Washington');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','THE COMPANY LINE','$400','This housewares store was named for the packaging its merchandise came in & was first displayed on','Crate & Barrel');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EPITAPHS & TRIBUTES','$400','"And away we go"','Jackie Gleason');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','3-LETTER WORDS','$400','Cows regurgitate this from the first stomach to the mouth & chew it again','the cud');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','HISTORY','$600','In 1000 Rajaraja I of the Cholas battled to take this Indian Ocean island now known for its tea','Ceylon (or Sri Lanka)');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','ESPN''s TOP 10 ALL-TIME ATHLETES','$600','No. 1: Lettered in hoops, football & lacrosse at Syracuse & if you think he couldn''t act, ask his 11 "unclean" buddies','Jim Brown');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EVERYBODY TALKS ABOUT IT...','$600','On June 28, 1994 the nat''l weather service began issuing this index that rates the intensity of the sun''s radiation','the UV index');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','THE COMPANY LINE','$600','This company''s Accutron watch, introduced in 1960, had a guarantee of accuracy to within one minute a month','Bulova');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EPITAPHS & TRIBUTES','$600','Outlaw: "Murdered by a traitor and a coward whose name is not worthy to appear here"','Jesse James');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','3-LETTER WORDS','$600','A small demon, or a mischievous child (who might be a little demon!)','imp');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','HISTORY','$800','Karl led the first of these Marxist organizational efforts; the second one began in 1889','the International');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','ESPN''s TOP 10 ALL-TIME ATHLETES','$800','No. 10: FB/LB for Columbia U. in the 1920s; MVP for the Yankees in ''27 & ''36; "Gibraltar in Cleats"','(Lou) Gehrig');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EVERYBODY TALKS ABOUT IT...','$800','Africa''s lowest temperature was 11 degrees below zero in 1935 at Ifrane, just south of Fez in this country','Morocco');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','THE COMPANY LINE','$800','Edward Teller & this man partnered in 1898 to sell high fashions to women','(Paul) Bonwit');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EPITAPHS & TRIBUTES','$2,000','1939 Oscar winner: "...you are a credit to your craft, your race and to your family"','Hattie McDaniel (for her role in Gone with the Wind)');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','3-LETTER WORDS','$800','In geologic time one of these, shorter than an eon, is divided into periods & subdivided into epochs','era');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','HISTORY','$1000','This Asian political party was founded in 1885 with "Indian National" as part of its name','the Congress Party');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','ESPN''s TOP 10 ALL-TIME ATHLETES','$1000','No. 5: Only center to lead the NBA in assists; track scholarship to Kansas U.; marathoner; volleyballer','(Wilt) Chamberlain');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','THE COMPANY LINE','$1000','The Kirschner brothers, Don & Bill, named this ski company for themselves & the second-highest mountain','K2');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','EPITAPHS & TRIBUTES','$1000','Revolutionary War hero: "His spirit is in Vermont now"','Ethan Allen');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Jeopardy!','3-LETTER WORDS','$1000','A single layer of paper, or to perform one''s craft diligently','ply');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','DR. SEUSS AT THE MULTIPLEX','$400','Beyond ovoid abandonment, beyond ovoid betrayal... you won''t believe the ending when he "Hatches the Egg"','Horton');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','PRESIDENTIAL STATES OF BIRTH','$400','California','Nixon');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','AIRLINE TRAVEL','$400','It can be a place to leave your puppy when you take a trip, or a carrier for him that fits under an airplane seat','a kennel');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','THAT OLD-TIME RELIGION','$400','He''s considered the author of the Pentateuch, which is hard to believe, as Deuteronomy continues after his death','Moses');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','MUSICAL TRAINS','$400','Steven Tyler of this band lent his steamin'' vocals to "Train Kept A-Rollin''", first popularized by the Yardbirds','Aerosmith');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','"X"s & "O"s','$400','Around 100 A.D. Tacitus wrote a book on how this art of persuasive speaking had declined since Cicero','oratory');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','PRESIDENTIAL STATES OF BIRTH','$800','1 of the 2 born in Vermont','Coolidge (or Chester Arthur)');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','AIRLINE TRAVEL','$800','When it began on Pan Am & Qantas in the late ''70s, it was basically a roped-off part of the economy cabin with free drinks','business class');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','THAT OLD-TIME RELIGION','$800','Ali, who married this man''s daughter Fatima, is considered by Shia Muslims to be his true successor','Muhammed');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','MUSICAL TRAINS','$800','During the 1954-1955 Sun sessions, Elvis climbed aboard this train "sixteen coaches long"','the "Mystery Train"');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','"X"s & "O"s','$800','The shorter glass seen here, or a quaint cocktail made with sugar & bitters','an old-fashioned');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','DR. SEUSS AT THE MULTIPLEX','$1200','Ripped from today''s headlines, he was a turtle king gone mad; Mack was the one good turtle who''d bring him down','Yertle');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','AIRLINE TRAVEL','$2,000','In 2003 this airline agreed to buy KLM, creating Europe''s largest airline','Air France');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','THAT OLD-TIME RELIGION','$1200','Philadelphia got its start as a colony for this religious group of which William Penn was a member','the Quakers');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','MUSICAL TRAINS','$1200','This "Modern Girl" first hit the Billboard Top 10 with "Morning Train (Nine To Five)"','(Sheena) Easton');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','"X"s & "O"s','$1200','This stiff silken fabric is favored for bridal gowns, like Christina Applegate''s in 2001','organza');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','DR. SEUSS AT THE MULTIPLEX','$1600','Somewhere between truth & fiction lies Marco''s reality... on Halloween, you won''t believe you saw it on this St.','Mulberry Street');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','AIRLINE TRAVEL','$1600','In 2004 United launched this new service that features low fares & more seats per plane','Ted');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','THAT OLD-TIME RELIGION','$1600','With Mary I''s accession in 1553 he ran to Geneva; he returned in 1559 & reformed the Church of Scotland','(John) Knox');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','MUSICAL TRAINS','$1600','This band''s "Train In Vain" was a hidden track on its original 1979 "London Calling" album','The Clash');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','"X"s & "O"s','$1600','Cross-country skiing is sometimes referred to by these 2 letters, the same ones used to denote 90 in Roman numerals','XC');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','DR. SEUSS AT THE MULTIPLEX','$2000','"500 Hats"... 500 ways to die. On July 4th, this young boy will defy a king... & become a legend','Bartholomew Cubbins');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','AIRLINE TRAVEL','$2000','In the seat pocket you''ll find the catalog called "Sky" this, with must-haves like a solar-powered patio umbrella','Mall');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','THAT OLD-TIME RELIGION','$3,200','In 1534 he & his buddy Francis Xavier founded the Society of Jesus','(St. Ignatius) Loyola');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','MUSICAL TRAINS','$2000','In 1961 James Brown announced "all aboard" for this train','"Night Train"');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Double Jeopardy!','"X"s & "O"s','$2000','This 1797 imbroglio began when 3 French agents demanded a huge bribe from U.S. diplomats','the XYZ Affair');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (4680,'2004-12-31','Final Jeopardy!','THE SOLAR SYSTEM','$1000','Objects that pass closer to the sun than Mercury have been named for this mythological figure','Icarus');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','GEOGRAPHY "E"','$200','It''s the largest kingdom in the United Kingdom','England');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RADIO DISNEY','$200','"Party In The U.S.A." is by this singer who also plays a young lady named Hannah','Miley Cyrus');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','PARTS OF PEACH','$200','If this part of a peach is downy or fuzzy, the fruit''s called a peach; if it''s smooth, a nectarine','the skin');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','BE FRUITFUL & MULTIPLY','$200','4 x 12','48');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','LET''S BOUNCE','$200','This verb for bouncing a basketball sounds like you''re slobbering','dribbling');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RHYMES WITH SMART','$200','Blood pumper','heart');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','GEOGRAPHY "E"','$400','(Tate: I''m Tate Shaffer aboard the "National Geographic Endeavour". Alex: And...) We''re here in the Galapagos Islands at zero degrees latitude, which means we''re right above this imaginary line that goes all the way around the Earth','the equator');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RADIO DISNEY','$400','"Everybody Else" knows these huggable toys precede "On Fire" in the name of a Radio Disney top 30 band; do you?','Care Bears');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','PARTS OF PEACH','$400','Peaches are more than 80% this compound','H2O');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','BE FRUITFUL & MULTIPLY','$400','7 x 7 x 2','98');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','LET''S BOUNCE','$400','Sound navigation& ranging is the full name for this device that bounces radio waves underwater','sonar');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RHYMES WITH SMART','$400','Small, slender missile thrown at a board in a game','a dart');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','GEOGRAPHY "E"','$600','This island in the South Pacific is named for the day of its discovery, a religious holiday','Easter Island');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RADIO DISNEY','$600','"The songs on ''Under My Skin'' are...deeper than those on ''Let Go''" said this Canadian on Radio Disney''s website','Avril Lavigne');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','PARTS OF PEACH','$600','5-letter word for the hard interior of a peach','the stone');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','BE FRUITFUL & MULTIPLY','$600','3 x 4 x 5 x 6','360');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','LET''S BOUNCE','$600','In this kid''s game, you bounce a small rubber ball while picking up 6-pronged metal objects','jacks');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RHYMES WITH SMART','$600','It can be a separating line in your hair or a role in a play','a part');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','GEOGRAPHY "E"','$800','Parts of the Arabian and Libyan deserts are found in this African country','Egypt');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RADIO DISNEY','$800','"I Never Told You" this alliteratively named singer hit Disney''s Top 30 with "Fallin'' For You"; wait, I just did','Colbie Caillat');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','PARTS OF PEACH','$800','These parts of a peach tree are glossy green, pointed & lance shaped','leaves');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','BE FRUITFUL & MULTIPLY','$800','5 x 10 x 15','750');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','LET''S BOUNCE','$800','It''s a type of bounce house, or a dance made famous by Michael Jackson','the moonwalk');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RHYMES WITH SMART','$800','A graphic representation of information','a chart');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','GEOGRAPHY "E"','$2,000','The family history you wrote for school might include entering the U.S. at this island in New York Bay','Ellis Island');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RADIO DISNEY','$1000','Lead singer Ryan Tedder of this band has "All The Right Moves"','OneRepublic');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','PARTS OF PEACH','$1000','These parts of a peach tree grow at nodes along the shoots of the previous season''s growth; they''re usually pink','blossoms');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','BE FRUITFUL & MULTIPLY','$1000','2 x 1,035','2,070');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','LET''S BOUNCE','$1000','This device whose name is from the Italian for "springboard" was perfected in the 1930s','a trampoline');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Jeopardy!','RHYMES WITH SMART','$1000','Composer Wolfgang','Mozart');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','SCIENCE CLASS','$400','99.95% of the mass of an atom is in this part','the nucleus');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','KIDS IN SPORTS','$400','Park View of Chula Vista, California beat Taipei 6-3 to win this organization''s 2009 World Series','the Little League');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','JUST THE FACTS','$400','This hero of several books is 11 when he discovers he''s a wizard','Harry Potter');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','SEE & SAY','$400','Say the name of this type of mollusk you see','an octopus');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','NEWS TO ME','$400','A 7.0 magnitude earthquake in this Caribbean country Jan. 12, 2010 brought a world outpouring of aid','Haiti');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','IN THE DICTIONARY','$400','It''s the 4-letter name of the pleated skirt worn by men in Scotland','a kilt');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','SCIENCE CLASS','$800','During this plant process, carbon dioxide & water combine with light energy to create oxygen & glucose','photosynthesis');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','KIDS IN SPORTS','$800','The perfect waves of New Zealand''s Piha Beach were the site for the 2010 World Junior Championships of this','surfing');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','JUST THE FACTS','$800','This city, the seat of Clark County, Nevada, has been called "the entertainment capital of the world"','Las Vegas');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','SEE & SAY','$800','Say this state that was admitted to the Union in 1859','Oregon');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','NEWS TO ME','$800','This car company has been in the news for widespread recalls of its Corollas & other models','Toyota');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','IN THE DICTIONARY','$800','As an adjective, it can mean proper; as a verb, "to grade papers"','correct');
INSERT INTO jeopardy(Show_Number,Air_Date,Round,Category,Value,Question,Answer) VALUES (5957,'2010-07-06','Double Jeopardy!','SCIENCE CLASS','$1200','The wedge is an adaptation of the simple machine called the inclined this','plane');
SELECT value, question, answer FROM jeopardy
ORDER BY value DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment