+1-316-444-1378

ITCO630_A

The following are the tables and data in the ITCO630_A database: Using the sample database, write the scripts in a file called ITCO630_P3.SQL to create the following views. Remember to include a USES clause at the top of the script file to use the ITCO630_A database. Also include code that Read more…

Written Assignment 1

Attached file: LoadDB.sqlPreview the document Download the script file, LoadDB.sql to C:CIS4210Run sqlplus SYSTEM/Oracle11Enter START C:CIS4210LoadDB.sqlEnter SPOOL C:CIS4210M1spool.txtDESCRIBE iggy.part;SELECT * FROM iggy.part;DESCRIBE iggy.supplier;SELECT * FROM iggy.supplier;DESCRIBE iggy.quote;SELECT * FROM iggy.quote;SPOOL OFF;QUIT; Submit your text document with the file name c:cis4210M1spool.txt . You now can run sqlplus iggy/oracle in order to Read more…