create table branch 2 ( 3 branch_name varchar(20) primary key, 4 branch_city varchar(20), 5 assets int 6 );
Table created.
SQL> create table a