Create a Books database to include two tables: BookTable and CourseBookTable. The BookTable table should have fields

Question:

Create a Books database to include two tables: BookTable and CourseBookTable. The BookTable table should have fields for ISBN number, title, copyright date, primary author, publisher, and number of pages. The CourseBookTable table should have fields for course number and ISBN.

Populate the tables with books in your current collection, including the books you are using for your classes. Books that are not associated with a specific course can be placed in the table with a FUN course number. The type of database (SQL Server or Access) will be determined by your instructor.Write a C# program to display the course number (or FUN) and the ISBN and name of the book on the same screen.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: