What is the difference between 'BACKUP' and 'EXPORT' in IBM Db2?
-
A
BACKUP creates an offline copy of the entire database; EXPORT writes table data to a file in a portable format
-
B
They are identical commands with different names
-
C
BACKUP is for indexes only; EXPORT is for tables only
-
D
BACKUP requires root access; EXPORT does not