How can I get all the information about a table in Oracle?

后端 未结 3 1492
心在旅途
心在旅途 2021-01-23 20:17

How can I get all the information about a table, its columns and constraints etc in Oracle? I am using

desc MY_TABLE

but that\'s only giving

3条回答
  •  無奈伤痛
    2021-01-23 21:03

    You can use system tables to get the information you are looking for.

    Check this link

    http://techonthenet.com/oracle/sys_tables/index.php

提交回复
热议问题