Database design and optimisation Undergraduate

SQL design and implement

2. Design a database that will be used to store information for an IT Consulting Company that provides services for client organizations as well as purchases and resells equipment (servers, desktops, software, routers, etc.) to clients. Ensure that you diagram thetables, columns / datatypes, and table relationships.3. Create the database and tables from the previous …

Continue Reading
Database design and optimisation Undergraduate

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 checks if the view already …

Continue Reading
Database design and optimisation Undergraduate

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 try the various examples in …

Continue Reading