While the USER_TABLES view provides information on your table names and storage, USER_TAB_COLUMNS is used to obtain detailed information of each column of a table. - Column names, - Column data types - Length of data types - Precision and scale for NUMBER columns - Whether null are allowed - Default value. DESCRIBE user_tab_columns; Name Null? Type TABLE_NAME NOT NULL VARCHAR2(30) COLUMN_NAME NO..