Thanks for the question, Sam.
Asked: April 19, 2017 - 2:35 pm UTC
Last updated: April 20, 2017 - 8:08 am UTC
Version: 11g
Viewed 10K+ times! This question is
SQL> create table t ( x int primary key ); Table created. SQL> SQL> select index_name 2 from user_indexes 3 where table_name = 'T'; INDEX_NAME ------------------------------ SYS_C0017793
Share and learn SQL and PL/SQL; free access to the latest version of Oracle Database!
Classes, workouts and quizzes on Oracle Database technologies. Expertise through exercise!