Get a specific table

get

/database/objects/tables/{owner},{table_name}

Describes a specific table in the database using DBA_TABLES or ALL_TABLES view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

All tables in the database.
Body ()
Root Schema : DatabaseObjectsTablesItem
Type: object
This object describes a relational table in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top