You are on page 1of 1

Create a database in phpmyadmin named as books_data,

thisdatabase should be consisting of two tables. Table one


named as book_details, should be including details of books,
such asbook_id(primary key),book_name, author_name,
date_published and price. Table two named asauthor_details,
should include authors data such as, first_name, last_name,
dob and number of books published. Now link these table through
primary and foreign keys and enter dummy data for 4 rows in table
one and table two accordingly.

You might also like