This is going to be a collection of ER-model examples. The focus will be on simplicity and completeness.
Some of the models will be done in English and some in Slovene.
-
README.mdProject report with the image of the model and the explanation of the tables and attributes.
-
inserts.sqlSql
INSERTstatements that fill the tables with sample test data. You can always generate the model frommysql-model.mwbfile via Forward Engineering. -
queries.sqlSome of the non-trivial queries that help you extract information from the model.
-
mysql-model.mwbThe MySQL WorkBench model file.
-
mysql-model.svgThe image of the model.
Entity and table names shall be written in
PascalCase, attribute and
column names shall be written in snake_case