Assuming that before your where line you've got:
from a,b,c,d
then it will work. However, it will only return a dataset for records that all have the same primary key in ALL the tables. If you want to have the join work when there is null data in one of the tables, then you should be using LEFT JOINs instead.