create table toys ( toy_name varchar2(10) ); select column_name, data_type, data_length from user_tab_columns where table_name = 'TOYS';