Another "Beachfront" test question involves the RMAN syntax:

RMAN> Recover Database Until Sequence 2911 Thread 1;

the answer from Beachfront for this question is:

"RMAN performs an incomplete database recovery until the sequence number 2910."

I thought that when you do an UNITL SEQUENCE recovery, it would recover up to the sequence number you listed, so for this test question shouldn't it recover up to and including sequence number 2911?