Create a database using PHPMyAdmin, name the database bookstore. The database may consist of the following tables: ● tbl
Posted: Sun Jul 03, 2022 9:58 am
Create a database using PHPMyAdmin, name the database bookstore. The database may consist of the following tables:● tblUser ● tblAdmin● tblAorder● tblBooks
or use the ERD tables you created in Part 1. Simplify the design by analysing the relationships among the tables. Ensure that you create the necessary primary keys and foreign keys coding the constraints as dictated by the ERD design.
or use the ERD tables you created in Part 1. Simplify the design by analysing the relationships among the tables. Ensure that you create the necessary primary keys and foreign keys coding the constraints as dictated by the ERD design.