Hurumu
Hurumu is one of the woredas in the Oromia Region of Ethiopia. It was part of Yayu woreda. The major town is Hurumu.
Demographics
The 2007 national census reported a total population for this woreda of 42,667, of whom 21,309 were men and 21,358 were women; 4,519 or 10.59% of its population were urban dwellers. The majority of the inhabitants practised Ethiopian Orthodox Christianity, with 41.35% of the population reporting they observed this belief, while 34.32% of the population said they were Muslim, and 24.24% were Protestant.[1]
Notes
- 2007 Population and Housing Census of Ethiopia: Results for Oromia Region, Vol. 1 Archived 2011-11-13 at the Wayback Machine, Tables 2.1, 2.5, 3.4 (accessed 13 January 2012)
gollark: ```sqlWITH RECURSIVE c(x)AS(VALUES(99)UNION ALL SELECT x-1 FROM c WHERE x>0),a(x, s)AS(SELECT x,SUBSTR(' bottles',1,(x<>1)+7)||' of beer'FROM c)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall',a.x,a.s,a.x,a.s,a.x-1,b.s)FROM a JOIN a AS b ON b.x=a.x-1;```
gollark: It is done.
gollark: I'll go swap out the tables and variables for smaller ones later™.
gollark: This is an EXTREMELY reasonable way to do conditionals, lyric lυ.
gollark: ```sqlWITH RECURSIVE counter(x) AS (VALUES(10) UNION ALL SELECT x-1 FROM counter WHERE x>1), bottle(x, str) AS (SELECT x, SUBSTR(' bottles', 1, (x <> 1) + 7) || ' of beer' FROM counter)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall', x, str, x, str, x - 1, (SELECT str FROM bottle WHERE x = x - 1)) FROM bottle;```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.