Answers for "how to check partition in a table;"

SQL
1

how to see all table partition in oracle

SELECT * FROM ALL_TAB_PARTITIONS;
Posted by: Guest on September-21-2020

Code answers related to "how to check partition in a table;"

Code answers related to "SQL"

Browse Popular Code Answers by Language