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
RNAN> BACKUP DATABASE
..
backup set complete,elapsed time: 00:00:07
..
Which two are true about the execution of the third backup command?