Description A partitioned table is a special table that is divided into segments, called partitions, that make it easier to manage and query data. So, you split large data in smaller units, you split compute part into smaller unit, you map smaller unit of compute to storage to do processing, a…