Question: You are to develop a database as mentioned above that will store textbooks including the price for each textbook using MSMS or MS Azure (

You are to develop a database as mentioned above that will store textbooks including the price for each textbook using MSMS or MS Azure (if necessary). Follow the instructions below to create it.
Open MSMS.
Create a blank database in the MSMS and name it as BookStore.
Create a new table named textBook that contains these fields/attributes:
\table[[Field name,Data type,Constraints],[bookID,autonumber,Justify your own solution here:],[Title,text,Justify your own solution here:],[Author,text,Justify your own solution here:],[Publisher,text,Justify your own solution here:],[Year_Published,int,Justify your own solution here:],[Price,currency,Justify your own solution here:],[Hardcopy,boolean,Justify your own solution here:],[eCopy,boolean,Justify your own solution here:]]
Retain primary key fields name as ID.
Enter these data into textBook table:
FieldNameDatabookID1TitleJavaSoftwareSolutionsAuthorLewisLoftusPublisherPearsonYearPublished2024price135.25HardcopyY
You are to develop a database as mentioned above

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 Programming Questions!