What I intended to inform you was we could have a table and its PK index in one storage place. This can be achieved through Index Organized table.
Index-organized tables are like regular tables with a primary key index on one or more of its columns. However, instead of maintaining two separate storage spaces for the table and B*tree index, an index-organized table only maintains a single B*tree index containing the primary key of the table and other column values.