schema.sql
上传用户:zhengdagz
上传日期:2014-03-06
资源大小:1956k
文件大小:24k
源码类别:

xml/soap/webservice

开发平台:

Java

  1. -- File containing schema for demo database
  2. create table category (
  3.     catid char(20) not null,
  4.     locale varchar(10) not null,
  5.     name varchar(80) null,
  6.     description varchar(255) null,
  7.     imageuri varchar(80) null,
  8.     constraint pk_category primary key (catid, locale)
  9. )
  10. ;
  11. create table lodging (
  12.     lodgingid char(20) not null,
  13.     locale varchar(10) not null,
  14.     location varchar(30) not null,
  15.     name varchar(80) not null,
  16.     description varchar(255) not null,    
  17.     price decimal(10,2) null,
  18.     imageuri varchar(80) not null,   
  19.     constraint pk_lodging primary key (lodgingid , locale )
  20. )
  21. ;
  22. create table package (
  23.     packageid char(20) not null,
  24.     catid char(20) not null,
  25.     locale varchar(10) not null,
  26.     location varchar(30) not null,
  27.     price decimal(10,2) not null,
  28.     name varchar(80) null,
  29.     description varchar(255) null,
  30.     imageuri varchar(80) not null,
  31.     lodgingid char(20) not null,
  32.     constraint pk_package primary key (packageid, locale) ,
  33.     constraint fk_package_1 foreign key (catid, locale)
  34.         references category (catid, locale),
  35.     constraint fk_package_2 foreign key (lodgingid, locale)
  36.         references lodging (lodgingid, locale)
  37. )
  38. ;
  39. create table activity (
  40.     activityid char(20) not null,
  41.     locale varchar(10) not null,
  42.     location varchar(30) not null,
  43.     name varchar(80) not null,
  44.     description varchar(255) not null,    
  45.     price decimal(10,2) null,
  46.     imageuri varchar(80) not null,   
  47.     constraint pk_activity primary key (activityid , locale )
  48. )
  49. ;
  50. create table activitylist (
  51.     packageid char(20) not null,
  52.     activityid char(20) not null,
  53.     locale varchar(10) not null,
  54.     constraint pk_activitylist primary key (packageid , activityid ,locale),
  55.     constraint fk_activitylist_1 foreign key (packageid , locale)
  56.         references package (packageid, locale),
  57.     constraint fk_activitylist_2 foreign key (activityid , locale)
  58.         references activity(activityid , locale)
  59. )
  60. ;
  61. create table transportation (
  62.     transportationid char(20) not null,
  63.     locale varchar(10) not null,
  64.     origin varchar(30) not null,
  65.     destination varchar(30) not null,
  66.     carrier varchar(80) not null,
  67.     name varchar(80) not null,
  68.     departuretime varchar(80) not null, 
  69.     arrivaltime varchar(80) not null,
  70.     description varchar(255) not null,  
  71.     class varchar(20) not null,
  72.     price decimal(10,2) null,
  73.     imageuri varchar(80) not null,   
  74.     constraint pk_transportation primary key (transportationid , locale )
  75. )
  76. ;
  77. create table signon (
  78.     username varchar(25) not null,
  79.     password varchar(25)  not null,
  80.     constraint pk_signon primary key (username)
  81. )
  82. ;
  83. create table account (
  84.     userid varchar(80) not null,
  85.     email varchar(80) not null,
  86.     firstname varchar(80) not null,
  87.     lastname varchar(80) not null,
  88.     addr1 varchar(80) not null,
  89.     addr2 varchar(40) null,
  90.     city varchar(80) not  null,
  91.     state varchar(80) not null,
  92.     zip varchar(20) not null,
  93.     country varchar(20) not null,
  94.     phone varchar(80) not null,
  95.     constraint pk_account primary key (userid)
  96. )
  97. ;
  98. INSERT INTO category VALUES ('ISLAND', 'en_US', 'Island Adventures', 'Experience an island paradise in a way fit for your needs.','http://azonic.sfbay.sun.com/adventure/images/Island_Adventures.gif')
  99. ;
  100. INSERT INTO category VALUES ('JUNGLE', 'en_US', 'Jungle Adventures', 'Experience a jungle paradise in a way fit for your needs.','http://azonic.sfbay.sun.com/adventure/images/Jungle_Adventures.gif')
  101. ;
  102. INSERT INTO category VALUES ('MOUNTAIN', 'en_US', 'Mountain Adventures', 'Experience an elevated paradise with a view.','http://azonic.sfbay.sun.com/adventure/images/Mountain_Adventures.gif')
  103. ;
  104. INSERT INTO category VALUES ('ORBITAL', 'en_US', 'Orbital Adventures', 'Experience a vacuum paradise with a beautiful view and where no one can hear you scream.','http://azonic.sfbay.sun.com/adventure/images/Space_Adventures.gif')
  105. ;
  106. INSERT INTO category VALUES ('WESTERN', 'en_US', 'Western Adventures', 'Enjoy the Wild West.','http://azonic.sfbay.sun.com/adventure/images/Western_Adventures.gif')
  107. ;
  108. INSERT INTO category VALUES ('SOUTH_POLE', 'en_US', 'South Pole Adventures', 'Experience a frozen paradise in a way fit for your needs.','http://azonic.sfbay.sun.com/adventure/images/SouthPole_Adventures.gif')
  109. ;
  110. INSERT INTO lodging VALUES ('LODG-1', 'en_US', 'The Island of Maui', 'Budget Hotel','per night single ocuppancy' ,265.00,'http://azonic.sfbay.sun.com/adventure/images/Budget_Hotel_Icon.gif')
  111. ;
  112. INSERT INTO lodging VALUES ('LODG-2', 'en_US', 'The Islands of the Bahamas', 'Downtown Luxury Hotel', 'per night single ocuppancy' ,260.00,'http://azonic.sfbay.sun.com/adventure/images/Luxury_Hotel_Icon.gif')
  113. ;
  114. INSERT INTO lodging VALUES ('LODG-3', 'en_US', 'The Islands of Tahiti', 'Budget Hotel','per night single ocuppancy' ,187.00,'http://azonic.sfbay.sun.com/adventure/images/Budget_Hotel_Icon.gif')
  115. ;
  116. INSERT INTO lodging VALUES ('LODG-4', 'en_US', 'Amazon Jungle', 'Jungle Cave Hotel','per night single ocuppancy' ,255.00,'http://azonic.sfbay.sun.com/adventure/images/Cave_Hotel_Icon.gif')
  117. ;
  118. INSERT INTO lodging VALUES ('LODG-5', 'en_US', 'Amazon Jungle', 'Jungle Tent Hotel','per night single ocuppancy' ,156.00,'http://azonic.sfbay.sun.com/adventure/images/Tent_Hotel_Icon.gif')
  119. ;
  120. INSERT INTO lodging VALUES ('LODG-6', 'en_US', 'Mt.Kilimanjaro', 'Mountain Cabin Hotel','per night single ocuppancy' ,195.00,'http://azonic.sfbay.sun.com/adventure/images/Log_Cabin_Hotel_Icon.gif')
  121. ;
  122. INSERT INTO lodging VALUES ('LODG-7', 'en_US', 'Mt.Kilimanjaro', 'Mountain Cave Hotel','per night single ocuppancy' ,187.00,'http://azonic.sfbay.sun.com/adventure/images/Cave_Hotel_Icon.gif')
  123. ;
  124. INSERT INTO lodging VALUES ('LODG-8', 'en_US', 'Space', 'Space Hotel','per night single ocuppancy' ,49887.00,'http://azonic.sfbay.sun.com/adventure/images/Space_Hotel_Icon.gif')
  125. ;
  126. INSERT INTO lodging VALUES ('LODG-9', 'en_US', 'Antarctica', 'Snow Cave Hotel','per night single ocuppancy' ,289.00,'http://azonic.sfbay.sun.com/adventure/images/Snow_Cave_Hotel_Icon.gif')
  127. ;
  128. INSERT INTO lodging VALUES ('LODG-10', 'en_US', 'Antarctica', 'Icy Igloo' ,'per night single ocuppancy' ,267.00,'http://azonic.sfbay.sun.com/adventure/images/Igloo_Hotel_Icon.gif')
  129. ;
  130. INSERT INTO lodging VALUES ('LODG-11', 'en_US', 'Texas', 'Old Western Hotel' ,'per night single ocuppancy' ,227.00,'http://azonic.sfbay.sun.com/adventure/images/Budget_Hotel_Icon.gif')
  131. ;
  132. INSERT INTO lodging VALUES ('LODG-12', 'en_US', 'Texas', 'Budget Hotel' ,'per night single ocuppancy' ,189.00,'http://azonic.sfbay.sun.com/adventure/images/Budget_Hotel_Icon.gif')
  133. ;
  134. INSERT INTO  package VALUES ('PACK-1','ISLAND', 'en_US', 'The Island of Maui', 1115.00,'Maui Survival Adventure', 'Practice your survival skills in an island paradise.', 'http://azonic.sfbay.sun.com/adventure/images/Island_Survival.gif','LODG-1')
  135. ;
  136. INSERT INTO  package VALUES ('PACK-2','ISLAND', 'en_US', 'The Islands of the Bahamas', 1135.00,'Bahamas Relaxation trip', 'Relax, unwind and enjoy in an island paradise.', 'http://azonic.sfbay.sun.com/adventure/images/Island_Relax.gif','LODG-2')
  137. ;
  138. INSERT INTO  package VALUES ('PACK-3','ISLAND', 'en_US', 'The Islands of Tahiti', 1269.00,'Tahiti Snorkeling Adventure', 'Practice your snorkeling skills in an island paradise.', 'http://azonic.sfbay.sun.com/adventure/images/Island_Snorkeling.gif','LODG-3')
  139. ;
  140. INSERT INTO  package VALUES ('PACK-4','JUNGLE','en_US', 'Amazon Jungle', 1756.00,'Amazon Appreciation Adventure','Practice your appreciation skills in a jungle paradise.','http://azonic.sfbay.sun.com/adventure/images/Jungle_Appreciation.gif','LODG-4')
  141. ;
  142. INSERT INTO  package VALUES ('PACK-5','JUNGLE','en_US', 'Amazon Jungle', 1213.00,'Amazon Survival Adventure','Explore the amazon rainforest.','http://azonic.sfbay.sun.com/adventure/images/Jungle_Survival.gif','LODG-5')
  143. ;
  144. INSERT INTO  package VALUES ('PACK-6','MOUNTAIN','en_US', 'Mt.Kilimanjaro', 1495.00,'Mountain Climbing Adventure','Practice your climing skills in an elevated paradise.','http://azonic.sfbay.sun.com/adventure/images/Mountain_Climbing.gif','LODG-6')
  145. ;
  146. INSERT INTO  package VALUES ('PACK-7','MOUNTAIN','en_US', 'Mt.Kilimanjaro', 1676.00,'Mountain Relaxation Adventure','Practice your relaxation skills in a elevated paradise.','http://azonic.sfbay.sun.com/adventure/images/Mountain_Relax.gif','LODG-7')
  147. ;
  148. INSERT INTO  package VALUES ('PACK-8','ORBITAL','en_US', 'Space', 1999999.00,'Orbital Appreciation Adventure', 'See the earth from a new perspective.', 'http://azonic.sfbay.sun.com/adventure/images/Space_Appreciation.gif','LODG-8')
  149. ;
  150. INSERT INTO  package VALUES ('PACK-9','SOUTH_POLE','en_US', 'Antarctica', 19957.00,'South Pole Survival Adventure', 'Practice your survival skills in a frozen paradise.', 'http://azonic.sfbay.sun.com/adventure/images/SouthPole_Survival.gif','LODG-9')
  151. ;
  152. INSERT INTO  package VALUES ('PACK-10','SOUTH_POLE','en_US', 'Antarctica', 18764.00,'South Pole Relaxation Adventure', 'Practice your relaxation skills in a frozen paradise.', 'http://azonic.sfbay.sun.com/adventure/images/SouthPole_Relax.gif','LODG-10')
  153. ;
  154. INSERT INTO  package VALUES ('PACK-11','WESTERN' ,'en_US', 'Texas', 764.00,'Urban Cowboy Adventure', 'Practice your cowboy skills in the wild wild west.', 'http://azonic.sfbay.sun.com/adventure/images/Western_Urban_Cowboy.gif','LODG-11')
  155. ;
  156. INSERT INTO  package VALUES ('PACK-12','WESTERN', 'en_US', 'Texas', 1862.00,'Dude Ranch Adventure', 'Practice your cowboy skills in a western paradise.', 'http://azonic.sfbay.sun.com/adventure/images/Western_Dude_Ranch.gif','LODG-12')
  157. ;
  158. INSERT INTO activity VALUES ('ACTY-1', 'en_US', 'The Island of Maui', 'Snorkeling','Learn about life under the sea',100.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Boat_Ride_Icon.gif')
  159. ;
  160. INSERT INTO activity VALUES ('ACTY-2', 'en_US', 'The Island of Maui','Helicopter Ride' , 'Get a spectacular view of the island',125.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Helicopter_Icon.gif')
  161. ;
  162. INSERT INTO activity VALUES ('ACTY-3', 'en_US', 'The Island of Maui','Surfing', 'Experience the thrill - ride the waves',139.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Surfing_Icon.gif')
  163. ;
  164. INSERT INTO activity VALUES ('ACTY-4', 'en_US', 'The Islands of the Bahamas', 'Snorkeling','Snorkel in crystal clear waters and learn  about life under the sea',300.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Boat_Ride_Icon.gif')
  165. ;
  166. INSERT INTO activity VALUES ('ACTY-5', 'en_US', 'The Islands of the Bahamas','Spa Masssge' , 'Be pampered and relax ',325.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Spa_Massage_Icon.gif')
  167. ;
  168. INSERT INTO activity VALUES ('ACTY-6', 'en_US', 'The Islands of the Bahamas', 'Fishing','Different species of fishes - the fish lover will never get disappointed',285.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Fishing_Icon.gif')
  169. ;
  170. INSERT INTO activity VALUES ('ACTY-7', 'en_US', 'The Islands of Tahiti', 'Snorkeling','Snorkel in crystal clear waters and learn about life under the sea ',300.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Snorkeling_Icon.gif')
  171. ;
  172. INSERT INTO activity VALUES ('ACTY-8', 'en_US', 'The Islands of Tahiti','Para Sailing' , 'Enjoy a great ride with a view',325.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_ParaSail_Icon.gif')
  173. ;
  174. INSERT INTO activity VALUES ('ACTY-9', 'en_US', 'The Islands of Tahiti', 'Fishing','Different species of fishes - the fish lover will never get disappointed',455.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Boat_Ride_Icon.gif')
  175. ;
  176. INSERT INTO activity VALUES ('ACTY-10', 'en_US', 'Amazon Jungle', 'Boat Ride', 'Get a spectacular view of exotic flora and fauna',200.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Boat_Ride_Icon.gif')
  177. ;
  178. INSERT INTO activity VALUES ('ACTY-11', 'en_US', 'Amazon Jungle', 'Hiking', 'Explore the jungle',350.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Hiking_Icon.gif')
  179. ;
  180. INSERT INTO activity VALUES ('ACTY-12', 'en_US', 'Amazon Jungle', 'Bird Watching', 'For the bird lover . View hundreds of different species of birds',199.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Bird_Watching_Icon.gif')
  181. ;
  182. INSERT INTO activity VALUES ('ACTY-13', 'en_US', 'Amazon Jungle', 'Rafting', 'Enjoy rafting in the amazon',145.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Rafting_Icon.gif')
  183. ;
  184. INSERT INTO activity VALUES ('ACTY-14', 'en_US', 'Amazon Jungle', 'Crocodile Wrestling', 'Make new reptile friends while practicing your half nelson',189.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Crocodile_Wrestling_Icon.gif')
  185. ;
  186. INSERT INTO activity VALUES ('ACTY-15', 'en_US', 'Mt.Kilimanjaro', 'Mountain Climbing', 'Enjoy the view from the summit',129.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Mountain_Climb_Icon.gif')
  187. ;
  188. INSERT INTO activity VALUES ('ACTY-16', 'en_US', 'Mt.Kilimanjaro', 'Mountain Biking', 'Bike to a hidden waterfall',189.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Mountain_Bike_Icon.gif')
  189. ;
  190. INSERT INTO activity VALUES ('ACTY-17', 'en_US', 'Mt.Kilimanjaro', 'Hiking', 'Explore the mountain',146.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Hiking_Icon.gif')
  191. ;
  192. INSERT INTO activity VALUES ('ACTY-18', 'en_US', 'Mt.Kilimanjaro', 'Bird Watching', 'For the bird lover . View hundreds of different species of birds',172.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Bird_Watching_Icon.gif')
  193. ;
  194. INSERT INTO activity VALUES ('ACTY-19', 'en_US', 'Mt.Kilimanjaro', 'Spa Masssge' , 'Be pampered and relax',172.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Spa_Massage_Icon.gif')
  195. ;
  196. INSERT INTO activity VALUES ('ACTY-20', 'en_US', 'Space', 'Space Walk', 'Get the best view of the earth possible',1899867.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Space_Walk_Icon.gif')
  197. ;
  198. INSERT INTO activity VALUES ('ACTY-21', 'en_US', 'Space', 'Space Experiments', 'Find answers to all your questions about space',1893477.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Space_Experiment_Icon.gif')
  199. ;
  200. INSERT INTO activity VALUES ('ACTY-22', 'en_US', 'Antarctica', 'Boat Ride', 'Get a spectacular view from at sea on a luxurious yacht',367.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Boat_Ride_Icon.gif')
  201. ;
  202. INSERT INTO activity VALUES ('ACTY-23', 'en_US', 'Antarctica', 'Helicopter Ride', 'A memorable experience in the sky',389.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Helicopter_Icon.gif')
  203. ;
  204. INSERT INTO activity VALUES ('ACTY-24', 'en_US', 'Antarctica', 'Hiking', 'Explore the South Pole',307.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Hiking_Icon.gif')
  205. ;
  206. INSERT INTO activity VALUES ('ACTY-25', 'en_US', 'Antarctica', 'Barbeque', 'For the food lover',320.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_BBQ_Icon.gif')
  207. ;
  208. INSERT INTO activity VALUES ('ACTY-26', 'en_US', 'Antarctica', 'Fishing', 'Different species of fishes - the fish lover will never get disappointed',530.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Boat_Ride_Icon.gif')
  209. ;
  210. INSERT INTO activity VALUES ('ACTY-27', 'en_US', 'Texas', 'Barbeque', 'Enjoy the finest cuisine the wild wild west has to offer',350.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_BBQ_Icon.gif')
  211. ;
  212. INSERT INTO activity VALUES ('ACTY-28', 'en_US', 'Texas' , 'Bull Ride', 'Great way to reduce stress',320.00,'http://azonic.sfbay.sun.com/adventure/images/Activity_Bull_Ride_Icon.gif')
  213. ;
  214. INSERT INTO activitylist VALUES ('PACK-1', 'ACTY-1', 'en_US')
  215. ;
  216. INSERT INTO activitylist VALUES ('PACK-1', 'ACTY-2', 'en_US')
  217. ;
  218. INSERT INTO activitylist VALUES ('PACK-1', 'ACTY-3', 'en_US')
  219. ;
  220. INSERT INTO activitylist VALUES ('PACK-2', 'ACTY-4', 'en_US')
  221. ;
  222. INSERT INTO activitylist VALUES ('PACK-2', 'ACTY-5', 'en_US')
  223. ;
  224. INSERT INTO activitylist VALUES ('PACK-2', 'ACTY-6', 'en_US')
  225. ;
  226. INSERT INTO activitylist VALUES ('PACK-3', 'ACTY-7', 'en_US')
  227. ;
  228. INSERT INTO activitylist VALUES ('PACK-3', 'ACTY-8', 'en_US')
  229. ;
  230. INSERT INTO activitylist VALUES ('PACK-3', 'ACTY-9', 'en_US')
  231. ;
  232. INSERT INTO activitylist VALUES ('PACK-4', 'ACTY-10', 'en_US')
  233. ;
  234. INSERT INTO activitylist VALUES ('PACK-4', 'ACTY-11', 'en_US')
  235. ;
  236. INSERT INTO activitylist VALUES ('PACK-4', 'ACTY-12', 'en_US')
  237. ;
  238. INSERT INTO activitylist VALUES ('PACK-5', 'ACTY-13', 'en_US')
  239. ;
  240. INSERT INTO activitylist VALUES ('PACK-5', 'ACTY-11', 'en_US')
  241. ;
  242. INSERT INTO activitylist VALUES ('PACK-5', 'ACTY-14', 'en_US')
  243. ;
  244. INSERT INTO activitylist VALUES ('PACK-6', 'ACTY-15', 'en_US')
  245. ;
  246. INSERT INTO activitylist VALUES ('PACK-6', 'ACTY-16', 'en_US')
  247. ;
  248. INSERT INTO activitylist VALUES ('PACK-6', 'ACTY-17', 'en_US')
  249. ;
  250. INSERT INTO activitylist VALUES ('PACK-7', 'ACTY-17', 'en_US')
  251. ;
  252. INSERT INTO activitylist VALUES ('PACK-7', 'ACTY-18', 'en_US')
  253. ;
  254. INSERT INTO activitylist VALUES ('PACK-7', 'ACTY-19', 'en_US')
  255. ;
  256. INSERT INTO activitylist VALUES ('PACK-8', 'ACTY-20', 'en_US')
  257. ;
  258. INSERT INTO activitylist VALUES ('PACK-8', 'ACTY-21', 'en_US')
  259. ;
  260. INSERT INTO activitylist VALUES ('PACK-9', 'ACTY-22', 'en_US')
  261. ;
  262. INSERT INTO activitylist VALUES ('PACK-9', 'ACTY-23', 'en_US')
  263. ;
  264. INSERT INTO activitylist VALUES ('PACK-9', 'ACTY-24', 'en_US')
  265. ;
  266. INSERT INTO activitylist VALUES ('PACK-10', 'ACTY-25', 'en_US')
  267. ;
  268. INSERT INTO activitylist VALUES ('PACK-10', 'ACTY-26', 'en_US')
  269. ;
  270. INSERT INTO activitylist VALUES ('PACK-11', 'ACTY-27', 'en_US')
  271. ;
  272. INSERT INTO activitylist VALUES ('PACK-12', 'ACTY-28', 'en_US')
  273. ;
  274. INSERT INTO transportation VALUES ('TRPN-1','en_US', 'Los Angeles' ,'The Island of Maui', 'Island Airlines', 'IA1234','10:30 AM','4:30 PM' , 'Airbus A319','economy class',600.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  275. ;
  276. INSERT INTO transportation VALUES ('TRPN-2','en_US', 'The Island of Maui', 'Los Angeles' , 'Island Airlines', 'IA1694','6:00 PM','1:00 AM' , 'Airbus A320','business class',1000.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  277. ;
  278. INSERT INTO transportation VALUES ('TRPN-3','en_US', 'Orlando' ,'The Islands of the Bahamas' , 'Dragon Airlines', 'DA1468','6:00 PM','11:55 PM' , 'Airbus A319','economy class',1750.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  279. ;
  280. INSERT INTO transportation VALUES ('TRPN-4', 'en_US', 'The Islands of the Bahamas' , 'Orlando', 'Dragon Airlines', 'DA4567','11:00 AM','4:55 PM', 'Airbus A319','business class',2100.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  281. ;
  282. INSERT INTO transportation VALUES ('TRPN-5', 'en_US', 'Austin', 'The Islands of Tahiti' , 'Island Airlines', 'IA4389','11:00 AM','6:00 PM', 'Airbus A320','economy class',2500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  283. ;
  284. INSERT INTO transportation VALUES ('TRPN-6', 'en_US', 'The Islands of Tahiti' , 'Austin' , 'Island Airlines', 'IA8319','10:30 PM','5:30 AM', 'Airbus A320','economy class',2500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  285. ;
  286. INSERT INTO transportation VALUES ('TRPN-7', 'en_US', 'Columbus' , 'Amazon Jungle' , 'Jungle King Airlines', 'JK4832','11:00 AM','8:00 PM', 'Airbus A319','business class',2100.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  287. ;
  288. INSERT INTO transportation VALUES ('TRPN-8', 'en_US', 'Amazon Jungle' , 'Columbus' , 'Jungle King Airlines', 'JK9231','9:00 PM','6:00 AM', 'Airbus A319','economy class',2900.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  289. ;
  290. INSERT INTO transportation VALUES ('TRPN-9', 'en_US', 'Detroit' , 'Mt.Kilimanjaro' , 'Mountain Airlines', 'MA5012','11:00 AM','10:00 PM', 'Airbus A320','economy class',2100.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  291. ;
  292. INSERT INTO transportation VALUES ('TRPN-10', 'en_US', 'Mt.Kilimanjaro' , 'Detroit' , 'Mountain Airlines', 'MA6821','10:30 PM','9:30 AM', 'Airbus A319','business class',2225.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  293. ;
  294. INSERT INTO transportation VALUES ('TRPN-11', 'en_US', 'Los Angeles' , 'Texas', 'Wild West Airlines', 'WA6932','11:00 AM','2:00 PM', 'Airbus A319','business class',1485.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  295. ;
  296. INSERT INTO transportation VALUES ('TRPN-12', 'en_US', 'Texas', 'Los Angeles' , 'Wild West Airlines', 'WA4483','5:30 PM','8:30 PM', 'Airbus A320','economy class',500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  297. ;
  298. INSERT INTO transportation VALUES ('TRPN-13','en_US', 'Austin' ,'The Island of Maui', 'Island Airlines', 'IA1689','11:30 AM','5:30 PM' , 'Airbus A319','economy class',600.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  299. ;
  300. INSERT INTO transportation VALUES ('TRPN-14','en_US', 'The Island of Maui', 'Austin' , 'Island Airlines', 'IA1527','7:00 PM','2:00 AM' , 'Airbus A320','business class',1000.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  301. ;
  302. INSERT INTO transportation VALUES ('TRPN-15','en_US', 'Los Angeles' ,'The Islands of the Bahamas' , 'Dragon Airlines', 'DA1398','5:00 PM','10:55 PM' , '  Boeing A319','economy class',1750.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  303. ;
  304. INSERT INTO transportation VALUES ('TRPN-16', 'en_US', 'The Islands of the Bahamas' , 'Los Angeles', 'Dragon Airlines', 'DA9376','10:00 AM','3:55 PM', 'Boeing A319','business class',2100.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  305. ;
  306. INSERT INTO transportation VALUES ('TRPN-17', 'en_US', 'Columbus' , 'The Islands of Tahiti' , 'Island Airlines', 'IA5678','10:00 AM','5:00 PM', 'Boeing A320','economy class',2500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  307. ;
  308. INSERT INTO transportation VALUES ('TRPN-18', 'en_US', 'The Islands of Tahiti' , 'Columbus' , 'Island Airlines', 'IA8754','9:30 PM','4:30 AM', 'Airbus A320','economy class',2500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  309. ;
  310. INSERT INTO transportation VALUES ('TRPN-19', 'en_US', 'Orlando' , 'Amazon Jungle' , 'Jungle King Airlines', 'JK5678','10:00 AM','7:00 PM', 'Airbus A319','business class',2100.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  311. ;
  312. INSERT INTO transportation VALUES ('TRPN-20', 'en_US', 'Amazon Jungle' , 'Orlando' , 'Jungle King Airlines', 'JK7991','8:00 PM','5:00 AM', 'Boeing A319','economy class',2900.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  313. ;
  314. INSERT INTO transportation VALUES ('TRPN-21', 'en_US', 'Los Angeles' , 'Mt.Kilimanjaro' , 'Mountain Airlines', 'MA9542','10:00 AM','9:00 PM', 'Airbus A320','economy class',2100.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  315. ;
  316. INSERT INTO transportation VALUES ('TRPN-22', 'en_US', 'Mt.Kilimanjaro' , 'Los Angeles' , 'Mountain Airlines', 'MA9024','9:30 PM','8:30 AM', 'Airbus A319','business class',2225.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  317. ;
  318. INSERT INTO transportation VALUES ('TRPN-23', 'en_US', 'Detroit' , 'Texas', 'Wild West Airlines', 'WA7893','10:00 AM','3:00 PM', 'Airbus A319','business class',1485.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  319. ;
  320. INSERT INTO transportation VALUES ('TRPN-24', 'en_US', 'Texas', 'Detroit' , 'Wild West Airlines', 'WA9432','5:30 PM','10:30 PM', 'Airbus A320','economy class',500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  321. ;
  322. INSERT INTO transportation VALUES ('TRPN-25', 'en_US', 'Space' , 'Florida', 'Space Airlines', 'WA7401','11:00 AM','3:00 PM', 'Space Shuttle','business class',21000550.00,'http://azonic.sfbay.sun.com/adventure/images/Shuttle_Icon.gif')
  323. ;
  324. INSERT INTO transportation VALUES ('TRPN-26', 'en_US', 'Florida', 'Space' , 'Space Airlines', 'WA4701','7:30 PM','10:30 PM', 'Space Shuttle','business class',21000550.00,'http://azonic.sfbay.sun.com/adventure/images/Shuttle_Icon.gif')
  325. ;
  326. INSERT INTO transportation VALUES ('TRPN-27', 'en_US', 'Detroit' , 'Antarctica ', 'South Pole Airlines', 'WA7801','10:00 AM','3:00 PM', 'Boeing A319','business class',4500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  327. ;
  328. INSERT INTO transportation VALUES ('TRPN-28', 'en_US', 'Antarctica ', 'Detroit' , 'South Pole Airlines', 'WA4901','5:30 PM','10:30 PM', 'Boeing A320','economy class',4500.00,'http://azonic.sfbay.sun.com/adventure/images/Airplane_Icon.gif')
  329. ;
  330. INSERT INTO signon VALUES('j2ee','j2ee')
  331. ;
  332. INSERT INTO account VALUES('j2ee', 'yourname@yourdomain.com','ABC', 'XYZ', '123 Some Road','Apartment 206', 'Santa Clara', 'CA', '94303', 'USA', '555-555-5555')
  333. ;