Question: Can someone help me solve the following question using mySQL Create a new table named FictionCopies using the data in the bookCode, title, branchNum, copyNum,
Can someone help me solve the following question using mySQL
"Create a new table named FictionCopies using the data in the bookCode, title, branchNum, copyNum, quality, and price columns for those books that have the type FIC. You should do this in two steps: (a) Create the table, and (b) populate it with the said data."
I have an existing schema called "henrybooks" which has all the information im supposed to use to create the table
im supposed to use the CREATE TABLE statement to create the table by writing a query.
can someone please help me write this query please.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
