CREATE TABLE BUILDING(bname VarChar2(30) PRIMARY KEY, address VarChar2(30), phone number Number(15));
i write this code in sql command of oracle application express.
but there is a error
ORA-00907: missing right parenthesis
anyone help me please
i am new in oracle world