|
|
|
|
|
Re: Populate an Oracle table from external.... [message #53203 is a reply to message #52543] |
Tue, 03 September 2002 02:36 |
simon molan
Messages: 1 Registered: September 2002
|
Junior Member |
|
|
I am doing some class work and the question is asking me to
Populate the department table with data from the dept table. Include only columns that you need????
Name Null? Type
------------------------------- -------- ----
COLUMN_NAME VARCHAR2(20)
DEPARTMENTID NOT NULL NUMBER(7)
NAME VARCHAR2(14)
Name Null? Type
------------------------------- -------- ----
DEPTNO NOT NULL NUMBER(2)
DNAME CHAR(14)
LOC CHAR(13)
what is my next step can anyone help me out???
|
|
|