The result of comparison
- Target database is
jdbc:mysql://localhost:3306/jdbsync/jdbsync
- Comparison has been done at
24.05.2007 17:04:00 MSD
The list of new tables which should be created
These tables were not found in the target database and should be created.
The list of changes
CITIES
Records to delete
CITY | ZIP | COUNTRY |
Saint-Petersburg | us |
Records to insert
Records to update
## | CITY | ZIP | COUNTRY |
1 | Moscow | | ru |
| 125000 | |
2 | Saint-Petersburg | | ru |
| 191000 | |
COUNTRIES
Records to insert
COUNTRY_CODE | COUNTRY_NAME |
uk | UK |
CUSTOMERS
Records to insert
CUSTOMER_ID | LAST_NAME | FIRST_NAME | CITY | COUNTRY |
2 | Smith | Robert | London | uk |