SQL study [message #103565] |
Fri, 16 January 2004 04:50 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
I want to sutdy the about "sql" knowledge ,how I can get the sampling database for Oracle, I have installed the oracle8i database but there are not data for "select * from emp;" please tell me where I will get the data for "sql" studying so that the table EMP will not empty .
|
|
|
Re: SQL study [message #103574 is a reply to message #103565] |
Mon, 19 January 2004 03:27 |
Art Metzer
Messages: 2480 Registered: December 2002
|
Senior Member |
|
|
Execute Your_Oracle_Home/sqlplus/demo/demobld.sql from SQL*Plus to create the canonical emp and dept tables.
Art.
|
|
|