Possible Duplicate:
Does Foreign Key improve query performance?
I am working with tables that have no relationships (yet the data is related). I am throwing JOIN queries between these tables. Would it improve performance if I add the relationships? (PS -I will add the relationships in the future for data integrity, right now I am working on the performance. I appreciate your help.)