create table bricks ( /*TODO*/ Colour varchar2(10), Shape varchar2(10) ); select table_name from user_tables where table_name = 'BRICKS';