Hi all
I have a table called personal table in which i have id as a primary key.I have another table called finance_records which has id as the foreign key.Now i want to have a query which has the folloing fields
Id(from personal table)
lastname(from personal table)
firstname(from personal...