Computer science and IT assignments
Written Assignment 3
Run SQL*Plus iggy/oracle. (It is assumed that you have already run theLoadDB.sql script last week that built the required user and tables.)Type SPOOL c:cis4210M3spool.txt .Write a single SQL statement that lists all suppliers supplying only hammers WITHOUT using the difference operation. (A join or subquery would be appropriate.)When finished, stop Read more…