|
| 1 | +DROP TABLE DUMMYDATA; |
| 2 | + |
| 3 | +CREATE TABLE DUMMYDATA ( |
| 4 | + accountnr nvarchar(11) default NULL, |
| 5 | + location varchar(100) default NULL, |
| 6 | + total_amount double default NULL |
| 7 | +); |
| 8 | + |
| 9 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('82540748399','Netherlands',385); |
| 10 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('99692723699','Morocco',992); |
| 11 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('98804020299','Israel',176); |
| 12 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('24364537999','Estonia',41); |
| 13 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('97592208699','South Africa',308); |
| 14 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('55783852899','Niger',332); |
| 15 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('12338489699','Malaysia',582); |
| 16 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('66941296899','Angola',332); |
| 17 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('78341775899','Japan',778); |
| 18 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('30205810399','Indonesia',665); |
| 19 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('35766575899','Madagascar',616); |
| 20 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('23270858999','Malta',354); |
| 21 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('91578369899','Bahrain',231); |
| 22 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('76401095499','Central African Republic',412); |
| 23 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('00913274699','Namibia',71); |
| 24 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('50694975399','South Georgia and The South Sandwich Islands',176); |
| 25 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('01488053499','Solomon Islands',878); |
| 26 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('96932672899','Northern Mariana Islands',748); |
| 27 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('91282172899','Liberia',122); |
| 28 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('79787992099','Jordan',800); |
| 29 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('67397439699','El Salvador',539); |
| 30 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('63992562599','Macedonia',57); |
| 31 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('43356492199','San Marino',696); |
| 32 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('51670856799','Sao Tome and Principe',640); |
| 33 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('19947726599','Ukraine',270); |
| 34 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('99834072799','Ukraine',806); |
| 35 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('31917565199','French Guiana',27); |
| 36 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('90613141899','Ireland',369); |
| 37 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('75361130899','Guinea',929); |
| 38 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('39763551799','Jersey',385); |
| 39 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('94627738599','Equatorial Guinea',615); |
| 40 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('57356613099','Sao Tome and Principe',354); |
| 41 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('34330084699','Azerbaijan',949); |
| 42 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('02988459599','French Polynesia',418); |
| 43 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('79935287199','Korea, South',15); |
| 44 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('06403930099','Vanuatu',781); |
| 45 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('41841311499','Belarus',820); |
| 46 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('34791974399','Uzbekistan',984); |
| 47 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('24750820299','Ethiopia',791); |
| 48 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('68989297999','Anguilla',589); |
| 49 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('37448014599','Niger',42); |
| 50 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('41325924899','Isle of Man',233); |
| 51 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('83463321899','United Arab Emirates',535); |
| 52 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('87960002399','Albania',800); |
| 53 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('42469535999','Georgia',783); |
| 54 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('18539856499','Djibouti',716); |
| 55 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('32610094899','Cameroon',482); |
| 56 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('78884234499','Guyana',912); |
| 57 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('93904093399','Mauritania',495); |
| 58 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('81519284299','Martinique',387); |
| 59 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('94861577199','Grenada',89); |
| 60 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('23701374899','Sri Lanka',161); |
| 61 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('10334180899','Gambia',473); |
| 62 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('63747550799','Ukraine',375); |
| 63 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('66384175199','Tokelau',946); |
| 64 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('70471211599','Tokelau',45); |
| 65 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('94537787299','Bosnia and Herzegovina',956); |
| 66 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('41888115799','Thailand',101); |
| 67 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('84851632199','Bonaire, Sint Eustatius and Saba',957); |
| 68 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('12369169799','Romania',323); |
| 69 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('10320338499','Sudan',128); |
| 70 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('23973062599','Philippines',558); |
| 71 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('80234682699','Grenada',212); |
| 72 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('92435601999','Norway',305); |
| 73 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('05213022999','Samoa',714); |
| 74 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('34385740899','Guam',413); |
| 75 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('93686420399','Niger',957); |
| 76 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('39548974899','Aruba',89); |
| 77 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('14873205199','Guinea-Bissau',485); |
| 78 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('70546477699','Tanzania',364); |
| 79 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('09430444999','Seychelles',323); |
| 80 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('58371537199','Cocos (Keeling) Islands',733); |
| 81 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('25609325299','Tajikistan',167); |
| 82 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('85253147299','Ghana',70); |
| 83 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('90265537999','Peru',96); |
| 84 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('87529168299','Bolivia',642); |
| 85 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('65449829999','Norfolk Island',566); |
| 86 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('75845729799','Jamaica',568); |
| 87 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('04342023699','Germany',5); |
| 88 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('66802523699','Colombia',899); |
| 89 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('78554702399','Senegal',774); |
| 90 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('57575869099','Tunisia',26); |
| 91 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('09291636899','Burundi',655); |
| 92 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('68688029599','Argentina',790); |
| 93 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('54674462999','Zambia',684); |
| 94 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('07752768499','Bolivia',454); |
| 95 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('63610114499','Samoa',78); |
| 96 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('80322453199','Tajikistan',47); |
| 97 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('01611711299','Latvia',821); |
| 98 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('05742930199','Curaçao',637); |
| 99 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('78351684399','United States Minor Outlying Islands',969); |
| 100 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('28553427199','Ethiopia',524); |
| 101 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('99534559099','Ukraine',94); |
| 102 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('75215421499','Uganda',958); |
| 103 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('37984032999','Bermuda',193); |
| 104 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('20604544399','Tanzania',961); |
| 105 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('29957102299','Samoa',4); |
| 106 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('76457446499','Lebanon',72); |
| 107 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('67280243199','Antarctica',503); |
| 108 | +INSERT INTO DUMMYDATA (accountnr,location,total_amount) VALUES ('01625239599','Yemen',902); |
0 commit comments