say i have these few fields in these tables
table:Rest
fields
i)id
ii)name
iii)contact
iv)restaurant
v)manager
table:Mgmt
fields
i)id
ii)name
iii)contact
iv)department
v)manager
table:Admin
fields
i)id
ii)name
iii)contact
can i query to get one result showing id,name and contact from all the tables in one result?? the field names are the same. just that the table is diff
table:Rest
fields
i)id
ii)name
iii)contact
iv)restaurant
v)manager
table:Mgmt
fields
i)id
ii)name
iii)contact
iv)department
v)manager
table:Admin
fields
i)id
ii)name
iii)contact
can i query to get one result showing id,name and contact from all the tables in one result?? the field names are the same. just that the table is diff