SQL developer assignment
FOR PART A To create the Library database please execute the following statements. ________________________________________________________ Create table Borrower as select * from jtutty.Borrower; Create table book as select * from jtutty.book ; Create table branch as select * from jtutty.branch; Create table loan as select * from jtutty.loan; AND FOR PART B & C CREATE TABLE CDUINVOICE as SELECT * FROM bis234.CDUINVOICE; CREATE TABLE CDUCUSTOMER as SELECT * FROM bis234.CDUCUSTOMER ;