We Talk Coding

If you have 2 matching databases can you create a third that will combine data from the other 2?

I have matching set up of two databases for difference regions. I want to have another database where I can combine the information from these two databases. Can this be done and if so how?

Public Comments

  1. Well depending on what DBMS you are using and what you want to do with the data. Most of the time you would not even need to generate a 3rd database just create a query or view that combines the data. If you do need to combine them you could create a stored procedure to do this.
Powered by Yahoo! Answers