Which statement correctly changes the next extent size?

A) ALTER TABLE customer MODIFY NEXT SIZE 300

B) ALTER TABLE customer MODIFY NEXT EXTENT SIZE 300

C) ALTER TABLE customer MODIFY EXTENT SIZE 300

D) ALTER TABLE customer NEXT SIZE 300

View Answer
Option – A.