What is the utility for data migration?
-
unloaddb
-
downloaddb
-
copydb
-
movedb
A
Correct answer
Explanation
The unloaddb utility in Ingres is used for data migration by extracting data from database tables into flat files, which can then be loaded into another database. This is the standard utility for data export and migration between Ingres databases. The other options are not valid Ingres migration utilities.