Question: Provide a command line simple interface that allows a user to search for a title given the Subject and CatalogNbr. The search program should continue

Provide a command line simple interface that allows a user to search for a title given the Subject and CatalogNbr. The search program should continue to loop until the user requests to exit. Also, if both Subject and CatalogNbr are not entered, the program should request the data be re-entered. Table named Courses to hold attribute including Subject (e.g. CMIS), CatalogNbr (e.g. 400), Title (e.g. Programming secure), NumCredits (e.g. 3), and a CourseID (e.g. 001). The CourseID should represent the Hash Key for the Courses table.  Input 10 Course items of your choice. Note that all attributes are required for each item entered in the Courses table


Step by Step Solution

3.40 Rating (159 Votes )

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!