for example
target: query all column name in table -student .
solution: select * from all_tab_cols where table_name='student';
for example
target: query all column name in table -student .
solution: select * from all_tab_cols where table_name='student';