Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you please explain this ERD Diagram. product_catagory PK id int NOT NULL titile description created at datetime updated at datetime PK d int NOT

Can you please explain this ERD Diagram.
phpppVaJ6.png



 

product_catagory PK id int NOT NULL titile description created at datetime updated at datetime PK d int NOT NULL title char(50) feature_img text content text seo keys text products seo_description text FK product id int status enum("draft","published","unpublished") created_at datetime updated_at datetime users PK id int NOT NULL avatar text name char(50) email char(50) phone char(50) password char(225) user type enum("admin","customer") created_at datetime updated at datetime orders PK id int NOT NULL user_id int payment id created at datetime updated at datetime order items PK id int NOT NULL order id int product_id int created at datetime updated at datetime favourite pages PK id int NOT NULL FK product id int PK id int NOT NULL stle char(225) content text seo_keys text seo_description text status enum("draft","published", "unpublished created at datetime updated at datetime payments FK user_id created at datetime updated at datetime PK id int NOT NULL user_id int total decimal(11,2) created at datetime updated at datetime faqs PK id int NOT NULL questions char(225) answers char(225) is active boolean default true created_at datetime updated at datetime

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

Describe the components and structure of a typical SQL environment.

Answered: 1 week ago