hello
i'm new to oracle,i've been informed that to create tables of a database, i have first to write them first in notepad then i generate them by oracle i wonder if there is a direct way by oracle to create these tables instead of writing them in notepad.
There are a lot of ways to generate a table i a oracle DB.
You can create via
- a SQL command SQL>Create table t1 (col1 number);
- or via a script SQL>@table_creation.sql
- or using some graphical tool that generate the SQL and
execute it in a transparent manner
(ie,Visio2000 ,Designer, TOAD,...).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.