Edit File: regions_lite.sql
-- Data Source -- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts insert into `regions_lite` (`capital_city_id`, `code`, `name_ar`, `name_en`, `population`, `region_id`) values (3, 'RD', 'منطقة الرياض', 'Riyadh', 6777146, 1), (6, 'MQ', 'منطقة مكة المكرمة', 'Makkah', 6915006, 2), (14, 'MN', 'منطقة المدينة المنورة', 'Madinah', 1777933, 3), (11, 'QA', 'منطقة القصيم', 'Qassim', 1215858, 4), (13, 'SQ', 'المنطقة الشرقية', 'Eastern Province', 4105780, 5), (15, 'AS', 'منطقة عسير', 'Asir', 1913392, 6), (1, 'TB', 'منطقة تبوك', 'Tabuk', 791535, 7), (10, 'HA', 'منطقة حائل', 'Hail', 597144, 8), (2213, 'SH', 'منطقة الحدود الشمالية', 'Northern Borders', 320524, 9), (17, 'GA', 'منطقة جازان', 'Jazan', 1365110, 10), (3417, 'NG', 'منطقة نجران', 'Najran', 505652, 11), (1542, 'BA', 'منطقة الباحة', 'Bahah', 411888, 12), (2237, 'GO', 'منطقة الجوف', 'Jawf', 440009, 13)
Back to File Manager