Kris on Nostr: The objective is to implement the database schema for a web shop. The web shop has ...
The objective is to implement the database schema for a web shop.
The web shop has articles. Each article is of a certain type, such as a shoe, a t-shirt, a toothbrush or a steam iron. Each type comes with certain unique attributes for this type.
Create a table or multiple tables to model this.
Discuss.
The web shop has articles. Each article is of a certain type, such as a shoe, a t-shirt, a toothbrush or a steam iron. Each type comes with certain unique attributes for this type.
Create a table or multiple tables to model this.
Discuss.