79299385

Date: 2024-12-21 12:17:18
Score: 1
Natty:
Report link

Always write your table name or schema name in upper letter to get the information.

select * from  all_indexes where OWNER= UPPER('your_schema_name')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bipul Jaishwal