Partitions
In PL/SQL, using a PARTITION is a way to split a large table into smaller segments. Each partition is known by its specific name and has its own characteristics such as its storage and index. Watching this video, in just over 15 minutes, you will learn how to use this mechanism in PL/SQL.