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
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
Get step-by-step solutions from verified subject matter experts
