Can't Find Oracle Table Column Information

已回答

Hi,

Is there a way to view Oracle table column details such as if a column is a part of a primary or foreign key or if NULL values are allowed?  It would be nice if this information was displayed side by side along with the datatype.

0
Avatar
Permanently deleted user

Gotcha, although if I have to be honest it's a bit tough to distinguish between the icons for a table, NOT NULL column, and column with an index especially since they're so small, something like this would be nice (or having the SQL*Plus DESC command):

1

请先登录再写评论。