Question: Write a SQL command to perform the following operations by using this schema: BOOKS(BookID, Book_Name, Author, Publisher, ISBN); Use appropriate datatype and size for creating

 Write a SQL command to perform the following operations by using

  1. Write a SQL command to perform the following operations by using this schema: BOOKS(BookID, Book_Name, Author, Publisher, ISBN);

  1. Use appropriate datatype and size for creating a table BOOKS
  2. Insert a new row in the BOOKS table with the values ( 101,PIS,ALI,XYZ,A123)
  3. Change the Author name =Ali Al Farsi for the BookID=101.

B5. Write a SQL command to perform the following operations by using this schema: BOOKS(BookID. Book. Name, Author, Publisher, ISBN); i. Use appropriate datatype and size for creating a table "BOOKS" ii. Insert a new row in the BOOKS table with the values ( 101, 'PIS','ALI','XYZ','A123) iii. Change the Author name "Ali Al Farsi" for the BookID=101

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!