What is the difference between the below RMAN commands? Note: They are Level 0. Also, these are all syntactically correct and acceptable to RMAN

1) "BACKUP INCREMENTAL LEVEL = 0 CUMULATIVE"
2) "BACKUP INCREMENTAL LEVEL = 0 INCREMENTAL"
3) "BACKUP INCREMENTAL LEVEL = 0"

I've read the TRMs..but they don't clarify the above question. Yes, I understand the difference between cumulative and incremental backups..but I don't understand the context in a "level 0" backup. I thought (and documentation states) a level 0 always included ALL the blocks that have ever been modified!

So what do commands "1" and "2" do? - compare the previous level 0 SCN to do a cumulative/incr backup respectively?!