If we use a command with a simple select statement that links tables from multiple schemas, does that involve any of the issues of linking multiple databases? The command looks like:
select name, street
from schema1.employee, schema2.address
where schema1.employee_id = schema2.employee_id
Thanks for your input.
Judith
Judith Ullman
Metro New York Crystal Decisions Training and Consulting Partner
select name, street
from schema1.employee, schema2.address
where schema1.employee_id = schema2.employee_id
Thanks for your input.
Judith
Judith Ullman
Metro New York Crystal Decisions Training and Consulting Partner