This commit replaces the "index" property of Review to use a custom
column name ("idx") as index is a reserved keyword in some RDMS such
as Oracle and MySQL.
Fixes gh-752
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(2,0,'2005-05-10',2,4,'Pretty average','I stayed in 2005, the hotel was nice enough but nothing special.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(2,1,'2006-01-12',4,2,'Bright hotel with big rooms','This hotel has a fantastic lovely big windows. The room we stayed in had lots of space. Recommended.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(2,2,'2006-05-25',3,1,'Pretty good','I liked this hotel and would stay again.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(2,3,'2009-01-20',3,2,'Nice clean rooms','The rooms are maintained to a high standard and very clean, the bathroom was spotless!!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(2,0,'2005-05-10',2,4,'Pretty average','I stayed in 2005, the hotel was nice enough but nothing special.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(2,1,'2006-01-12',4,2,'Bright hotel with big rooms','This hotel has a fantastic lovely big windows. The room we stayed in had lots of space. Recommended.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(2,2,'2006-05-25',3,1,'Pretty good','I liked this hotel and would stay again.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(2,3,'2009-01-20',3,2,'Nice clean rooms','The rooms are maintained to a high standard and very clean, the bathroom was spotless!!')
-- Sydney
insertintocity(country,name,state,map)values('Australia','Sydney','New South Wales','-33.868901, 151.207091')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,0,'2000-01-23',4,1,'A lovely hotel','We stayed here after a wedding and it was fantastic. Recommend to all.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,1,'2000-08-04',3,1,'Very special','A very special hotel with lovely staff.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,2,'2001-01-01',2,4,'Nice but too hot','Stayed during the summer heat wave (exceptional for England!) and the room was very hot. Still recommended.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,3,'2002-01-20',3,1,'Big rooms and a great view','Considering how central this hotel is the rooms are a very good size.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,4,'2002-11-03',2,1,'Good but pricey','A nice hotel but be prepared to pay over the odds for your stay.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,6,'2004-03-21',4,3,'A very special place','I stayed here in 2004 and found it to be very relaxing, a nice pool and good gym is cherry on the cake.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,7,'2004-04-10',0,0,'Terrible','I complained after I was told I could not check out after 11pm. Ridiculous!!!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,8,'2004-12-20',4,4,'A perfect location','Central location makes this a perfect hotel. Be warned though, it''s not cheap.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,9,'2005-04-19',3,2,'Expensive but worth it','Dig deep into your pockets and enjoy this lovely City and fantastic hotel.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,10,'2005-05-21',4,1,'The best hotel in the area','Top hotel in the area, would not stay anywhere else.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,11,'2005-11-17',4,2,'Lovely hotel, fantastic grounds','The garden upkeep run into thousands (perhaps explaining why the rooms are so much) but so lovely and relaxing.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,12,'2006-01-04',3,4,'Gorgeous Top Quality Hotel','Top draw stuff.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,13,'2006-01-21',4,1,'Fabulous Hotel and Restaurant','The food at this hotel is second to none, try the peppered steak!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,14,'2006-01-29',4,4,'Feels like home','A lovely home away from home.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,15,'2006-03-21',1,1,'Far too expensive','Overpriced, Overpriced, Overpriced!!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,16,'2006-05-10',4,1,'Excellent Hotel, Wonderful Staff','The staff went out of their way to help us after we missed our last train home, organising a Taxi back to Newport even after we had checked out.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,17,'2007-09-11',3,2,'The perfect retreat','If you want a relaxing stay, this is the place.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,18,'2008-06-01',3,3,'Lovely stay, fantastic staff','As other reviews have noted, the staff in this hotel really are the best in Bath.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,19,'2009-05-14',4,2,'Can''t Wait to go back','We will stay again for sure.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,20,'2010-04-26',4,1,'Amazing Hotel','We won a trip here after entering a competition. Not sure we would pay the full price but such a wonderful place.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(9,21,'2010-10-26',2,2,'Dissapointed','The pool was closed, the chief was ill, the staff were rude my wallet is bruised!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,0,'2000-01-23',4,1,'A lovely hotel','We stayed here after a wedding and it was fantastic. Recommend to all.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,1,'2000-08-04',3,1,'Very special','A very special hotel with lovely staff.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,2,'2001-01-01',2,4,'Nice but too hot','Stayed during the summer heat wave (exceptional for England!) and the room was very hot. Still recommended.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,3,'2002-01-20',3,1,'Big rooms and a great view','Considering how central this hotel is the rooms are a very good size.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,4,'2002-11-03',2,1,'Good but pricey','A nice hotel but be prepared to pay over the odds for your stay.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,6,'2004-03-21',4,3,'A very special place','I stayed here in 2004 and found it to be very relaxing, a nice pool and good gym is cherry on the cake.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,7,'2004-04-10',0,0,'Terrible','I complained after I was told I could not check out after 11pm. Ridiculous!!!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,8,'2004-12-20',4,4,'A perfect location','Central location makes this a perfect hotel. Be warned though, it''s not cheap.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,9,'2005-04-19',3,2,'Expensive but worth it','Dig deep into your pockets and enjoy this lovely City and fantastic hotel.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,10,'2005-05-21',4,1,'The best hotel in the area','Top hotel in the area, would not stay anywhere else.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,11,'2005-11-17',4,2,'Lovely hotel, fantastic grounds','The garden upkeep run into thousands (perhaps explaining why the rooms are so much) but so lovely and relaxing.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,12,'2006-01-04',3,4,'Gorgeous Top Quality Hotel','Top draw stuff.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,13,'2006-01-21',4,1,'Fabulous Hotel and Restaurant','The food at this hotel is second to none, try the peppered steak!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,14,'2006-01-29',4,4,'Feels like home','A lovely home away from home.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,15,'2006-03-21',1,1,'Far too expensive','Overpriced, Overpriced, Overpriced!!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,16,'2006-05-10',4,1,'Excellent Hotel, Wonderful Staff','The staff went out of their way to help us after we missed our last train home, organising a Taxi back to Newport even after we had checked out.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,17,'2007-09-11',3,2,'The perfect retreat','If you want a relaxing stay, this is the place.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,18,'2008-06-01',3,3,'Lovely stay, fantastic staff','As other reviews have noted, the staff in this hotel really are the best in Bath.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,19,'2009-05-14',4,2,'Can''t Wait to go back','We will stay again for sure.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,20,'2010-04-26',4,1,'Amazing Hotel','We won a trip here after entering a competition. Not sure we would pay the full price but such a wonderful place.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(9,21,'2010-10-26',2,2,'Dissapointed','The pool was closed, the chief was ill, the staff were rude my wallet is bruised!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,0,'2002-08-21',0,2,'Terrible hotel','One of the worst hotels that I have ever stayed in.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,1,'2003-01-28',0,0,'Rude and unpleasant staff','The staff refused to help me with any aspect of my stay, I will not stay here again.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,3,'2005-07-12',0,1,'Small and Unpleasant','The room was far too small and felt unclean. Not recommended.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,4,'2006-01-07',1,4,'Cheap if you are not fussy','This hotel has some rough edges but I challenge you to find somewhere cheaper.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,6,'2006-03-25',0,0,'Smelly and dirty room','My room smelt of damp and I found the socks of the previous occupant under my bed.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,7,'2006-04-09',0,4,'Grim','Grim. I would try elsewhere before staying here.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,8,'2006-08-01',1,3,'Very Noisy','Building work during the day and a disco at night. Good grief!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,9,'2009-01-03',1,4,'Tired and falling down','This hotel is in serious need of refurbishment, the windows are rotting, the paintwork is tired and the carpets are from the 1970s.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,10,'2009-07-20',0,0,'Not suitable for human habitation','I would not put my dog up in this hotel.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,11,'2010-05-20',1,0,'Conveient for the railway','Average place but useful if you need to commute')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,12,'2010-01-22',2,2,'Not as bad as the reviews','Some of the reviews seem a bit harsh, it''s not too bad for the price.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(10,13,'2011-01-10',3,1,'Reburished and nice','Looks like this hotel has had a major facelift. If you have stayed before 2011 perhaps it''s time to give this hotel another try. Very good value for money and pretty nice.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,0,'2002-08-21',0,2,'Terrible hotel','One of the worst hotels that I have ever stayed in.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,1,'2003-01-28',0,0,'Rude and unpleasant staff','The staff refused to help me with any aspect of my stay, I will not stay here again.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,3,'2005-07-12',0,1,'Small and Unpleasant','The room was far too small and felt unclean. Not recommended.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,4,'2006-01-07',1,4,'Cheap if you are not fussy','This hotel has some rough edges but I challenge you to find somewhere cheaper.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,6,'2006-03-25',0,0,'Smelly and dirty room','My room smelt of damp and I found the socks of the previous occupant under my bed.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,7,'2006-04-09',0,4,'Grim','Grim. I would try elsewhere before staying here.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,8,'2006-08-01',1,3,'Very Noisy','Building work during the day and a disco at night. Good grief!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,9,'2009-01-03',1,4,'Tired and falling down','This hotel is in serious need of refurbishment, the windows are rotting, the paintwork is tired and the carpets are from the 1970s.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,10,'2009-07-20',0,0,'Not suitable for human habitation','I would not put my dog up in this hotel.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,11,'2010-05-20',1,0,'Conveient for the railway','Average place but useful if you need to commute')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,12,'2010-01-22',2,2,'Not as bad as the reviews','Some of the reviews seem a bit harsh, it''s not too bad for the price.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(10,13,'2011-01-10',3,1,'Reburished and nice','Looks like this hotel has had a major facelift. If you have stayed before 2011 perhaps it''s time to give this hotel another try. Very good value for money and pretty nice.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(13,0,'2009-01-20',3,0,'Better than most','Most other hotels is this area are a bit ropey, this one is actually pretty good.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(13,0,'2009-01-20',3,0,'Better than most','Most other hotels is this area are a bit ropey, this one is actually pretty good.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(15,0,'2006-01-12',2,3,'No fuss hotel','Cheap, no fuss hotel. Good if you are travelling on business and just need a place to stay.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(15,1,'2009-01-20',2,2,'Nice area but small rooms','The area felt nice and safe but the rooms are a little on the small side')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(15,0,'2006-01-12',2,3,'No fuss hotel','Cheap, no fuss hotel. Good if you are travelling on business and just need a place to stay.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(15,1,'2009-01-20',2,2,'Nice area but small rooms','The area felt nice and safe but the rooms are a little on the small side')
insertintohotel(city_id,name,address,zip)values(13,'Hotel Allegro','171 West Randolph Street','60601')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(16,0,'2009-12-15',3,2,'Cheap and Recommended','Good value for money, can''t really fault it.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(16,0,'2009-12-15',3,2,'Cheap and Recommended','Good value for money, can''t really fault it.')
insertintohotel(city_id,name,address,zip)values(15,'Westin Diplomat','3555 S. Ocean Drive','33019')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(19,0,'2006-01-11',0,0,'Avoid','The hotel has a very bad reputation. I would avoid it if I were you.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(19,0,'2006-01-11',0,0,'Avoid','The hotel has a very bad reputation. I would avoid it if I were you.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(20,0,'2010-01-09',3,2,'Close to the local attractions','Fantastic access to all the local attractions mean you won''t mind the small rooms.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(20,1,'2010-09-10',2,2,'Good value and friendly','Not expensive and very welcoming staff. I would stay again.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(20,0,'2010-01-09',3,2,'Close to the local attractions','Fantastic access to all the local attractions mean you won''t mind the small rooms.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(20,1,'2010-09-10',2,2,'Good value and friendly','Not expensive and very welcoming staff. I would stay again.')
insertintohotel(city_id,name,address,zip)values(17,'Radisson Suite Hotel Oceanfront','3101 North Hwy','32903')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(21,0,'2005-06-15',3,3,'A very nice hotel','I can''t fault this hotel and I have stayed here many times. Always friendly staff and lovely atmosphere.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(21,1,'2006-01-20',2,4,'Comfortable and good value','To complaints at all.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(21,2,'2007-08-21',3,1,'Above average','Better than a lot of hotels in the area and not too pricey.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(21,0,'2005-06-15',3,3,'A very nice hotel','I can''t fault this hotel and I have stayed here many times. Always friendly staff and lovely atmosphere.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(21,1,'2006-01-20',2,4,'Comfortable and good value','To complaints at all.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(21,2,'2007-08-21',3,1,'Above average','Better than a lot of hotels in the area and not too pricey.')
insertintohotel(city_id,name,address,zip)values(18,'W Union Hotel','Union Square, Manhattan','10011')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(22,0,'2002-01-19',0,1,'Too noisy, too small','The city never sleeps and neither will you if you say here. The rooms are small and the sound insulation is poor!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(22,1,'2004-03-10',1,4,'Overpriced','Far too much money for such a tiny room!')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(22,2,'2007-04-11',2,0,'So so, nothing special','Not brilliant but not too bad either.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(22,0,'2002-01-19',0,1,'Too noisy, too small','The city never sleeps and neither will you if you say here. The rooms are small and the sound insulation is poor!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(22,1,'2004-03-10',1,4,'Overpriced','Far too much money for such a tiny room!')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(22,2,'2007-04-11',2,0,'So so, nothing special','Not brilliant but not too bad either.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(23,0,'2004-07-21',3,2,'Excellent location','So close to the heart of the city. Recommended.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(23,1,'2006-05-20',3,1,'Very nice','I can''t fault this hotel, clean, good location and nice staff.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(23,0,'2004-07-21',3,2,'Excellent location','So close to the heart of the city. Recommended.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(23,1,'2006-05-20',3,1,'Very nice','I can''t fault this hotel, clean, good location and nice staff.')
insertintohotel(city_id,name,address,zip)values(18,'70 Park Avenue Hotel','70 Park Avenue','10011')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(24,0,'2003-11-10',4,1,'Great!!','I own this hotel and I think it is pretty darn good.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(24,0,'2003-11-10',4,1,'Great!!','I own this hotel and I think it is pretty darn good.')
insertintohotel(city_id,name,address,zip)values(19,'Jameson Inn','890 Palm Bay Rd NE','32905')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(25,0,'2005-10-20',3,2,'Fantastical','This is the BEST hotel in Palm Bay, not complaints at all.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(25,1,'2006-01-12',4,1,'Top marks','I rate this hotel 5 stars, the best in the area by miles.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(25,0,'2005-10-20',3,2,'Fantastical','This is the BEST hotel in Palm Bay, not complaints at all.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(25,1,'2006-01-12',4,1,'Top marks','I rate this hotel 5 stars, the best in the area by miles.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(26,0,'2006-07-02',2,3,'Could be better','I stayed in late 2006 with work, the room was very small and the restaurant does not stay open very late.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(26,1,'2008-07-01',1,4,'Brrrr cold!','My room was freezing cold, I would not recommend this place.')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(26,2,'2009-01-05',3,2,'Nice for money','You can''t really go wrong here for the money. There may be better places to stay but not for this price.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(26,0,'2006-07-02',2,3,'Could be better','I stayed in late 2006 with work, the room was very small and the restaurant does not stay open very late.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(26,1,'2008-07-01',1,4,'Brrrr cold!','My room was freezing cold, I would not recommend this place.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(26,2,'2009-01-05',3,2,'Nice for money','You can''t really go wrong here for the money. There may be better places to stay but not for this price.')
insertintohotel(city_id,name,address,zip)values(21,'Hotel Rouge','1315 16th Street NW','20036')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(27,0,'2000-01-29',0,2,'Never again','I will never ever stay here again!! They wanted extra cash to get fresh batteries for the TV remote')
insertintoreview(hotel_id,index,check_in_date,rating,trip_type,title,details)values(27,1,'2006-02-20',0,0,'Avoid','This place is the pits, they charged us twice for a single night stay. I only got refunded after contacting my credit card company.')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(27,0,'2000-01-29',0,2,'Never again','I will never ever stay here again!! They wanted extra cash to get fresh batteries for the TV remote')
insertintoreview(hotel_id,idx,check_in_date,rating,trip_type,title,details)values(27,1,'2006-02-20',0,0,'Avoid','This place is the pits, they charged us twice for a single night stay. I only got refunded after contacting my credit card company.')