Your databases all run in ARCHIVELOG mode. A new database has no RMAN backups yet.Examine these commands:
CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
RMAN> BACKUP TABLESPACE SYSTEM;
..
Backup set complete, elapsed time: 00:00:03
..
RMAN> BACKUP TABLESPACE SYSTEM , SYSAUX;
..
Backup set complete, elapsed time: 00:00:04
..
RMAN> BACKUP DATABASE;
..
Backup set complete, elapsed time: 00:00:07
..
Which two are true about the execution of the third backup command?