Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
Can you join 2 tables from different databases?
Contents
- Can we join two tables from different databases in Oracle?
- How do I join two tables in another database in MySQL?
- Can you link two databases together?
Can we join two tables from different databases in Oracle?
have you tried looking at remotelink in Oracle . that gives you the ability to query 2 tables from different databases and apply all of SQL on them.
How do I join two tables in another database in MySQL?
The trick is to specify both the database name and table in the SQL query, by using the syntax: database_name. table_name. - This method works if you use an user and password for connecting to MySQL that has access to both databases.
Can you link two databases together?
SQL-Hub (http://sql-hub.com) will let you merge multiple databases with the same schema in to a single database. There is a free licence that will let you do this from the UI though you might need to pay for a license if you want to schedule the process to run automatically.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours