Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a database using PHPMyAdmin and name the database ClothingStore. The database may consist of the following tables: tblUser tblAdmin tblAorder tblClothes or use the
Create a database using PHPMyAdmin and name the database ClothingStore. The database may consist of the following tables: tblUser tblAdmin tblAorder tblClothes or use the ERD tables you created in Part 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. Create a connection to the clothesStore database: Create a text file userData.txt and populate the text file with at least five fictitious entries, eg John Doe jdoe@abc.coza efeaceafbc C Use the console or phpMyAdmin and load the text file manually into the table. The code that creates the connection must be saved in a f
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started