Creating the Database
This step is where all your SQL training starts to pay off. First, you have to start up the database you want to use. Figure BD6.4 shows Oracle8's stoplight visual metaphor.
Figure BD6.4. Oracle8 Database Manager.
After you get the green light, you can open up the SQL*Plus 8 tool shown in Figure BD6.5.
Figure BD6.5. Oracle SQL*Plus.
At this point you can create your tables and enter your data using the CREATE and INSERT keywords. Another common way of creating tables and entering data is with a script file. A script file is ...
Get Sams Teach Yourself SQL in 21 Days, Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.