GEOSPATIAL EXRCISE
GEOSPATIAL EXRCISE
BOOK
ISBN TITLE IN_STOCK PRICE
AUTHOR
ID NAME DATE_OF_BIRTH
TYPE_OF_BOOK
ID NAME
INVOICE
INVOICE_NR INVOICE_DATE PAYMENT_DATE AMOUNT
CUSTOMER
ID NAME ADDRESS CONTACT
ITEM_OF_INVOICE
INVOICE_NR ITEM_ID QUANTITY ISBN
SUPPLIER
ID NAME ADDRESS CONTACT
create table socio_economic_city_db ( owenr_name text not null,sex varchar(50)not
null,nationality varchar(50)not null,
sub_city varchar(50)not null,
wereda int not null,ketena int not null,sefer varchar (50)not
null,block_nu varchar(50)not null,
house_number int not null,sttus varchar(50)not null,area boolean
not null,tenue varchar(50) not null,
landuse_type varchar(50)not null,ownership_type varchar(50)
not null);
Indexing
select owenr_name,file_number
FROM public.socio_economic_city_db
where sex='f'
select owenr_name
FROM public.socio_economic_city_db
where file_number='175'