I need to join a Non-spatial table to Spatial table, but both are in different database.
Spatial_table(dbname:dist) gid district_name district_code geom
Non_Spatial(dbname:census) ID district_code population male_popu female_popu
Can anyone please suggest me, How to relate the above to tables to get the query result for the population of specific district?
Also can anyone tell me about the difference between Joining and Relating of two tables.

distric_codein both tables. It doesn't make any difference for the DB if it's spatial or not. Just join them toghether as you would with any other table. – DrColossos Jul 30 '12 at 8:05