Oracle in World: Select Column Name from a Table

Oracle in World: Select Column Name from a Table

瀏覽:1084
日期:2025-06-11
We know with desc table_name we can see the different attribute of the table. Someone asked me how I can select column_name from a table. It can be done through query from various tables. DBA_TAB_COL_STATISTICS,DBA_TAB_COLUMNS,DBA_TAB ......看更多