★テーブルの一覧を取得する SQL

select table_name from user_tables;

select * from tab;


★テーブルのスキーマを表示する

Desc テーブル名;