Question: please Use Oracle DB instead of SQL 1. Use SQL to Create a table called Book with the following attributes: Default value Column Book_ID Book

please Use Oracle DB instead of SQL  please Use Oracle DB instead of SQL 1. Use SQL to

1. Use SQL to Create a table called Book with the following attributes: Default value Column Book_ID Book Name Book_Publish_Date Data Type Number(7) Vachar2(40) Date sysdate . Then Modify the Book Table to make the following changes : Add new column. Borrow_due date Date Add new column Book_number Number( 5) with default value 3Add new column , Book_writer varchar(40) Add New column . Book Status varchar2 (10) Change the size of Book_Name to be varchar2(55) Change the Size of Book_ID to be number (4) Drop the column Book_Status. Rename the Table to be Library instead Drop the Table Book Flashback the table Book

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!