select * from toys; select * from bricks; select table_name, column_name, data_type from user_tab_columns where table_name in ( 'TOYS', 'BRICKS' ) order by table_name, column_id