Creating Multiple table in Oracle
I am using Oracle Express 10g and I'm enter the following text to create 2 tables in the sql command line, but it is not working. CREATE TABLE student ( matric_no VARCHAR2(8), first_name VARCHAR2(20), last_name VARCHAR2(20), date_of_birth DATE ); CREATE TABLE student1 ( matric_no VARCHAR2(8), first_name VARCHAR2(20), last_name VARCHAR2(20), date_of_birth DATE ); Can anyone see what I am doing wrong. Thanks Codo By "command line" you probably mean the web application that comes with Oracle Express 10g. This application has several browser incompatibilities and is basically unable to execute