U kunt deze zoekopdracht uitvoeren om commentaar op de tabel te krijgen.
select comments from user_tab_comments where table_name = 'T';
Als je commentaar van een column wilt krijgen:
select comments from user_col_comments where table_name = 'T';