Skip to content

Tabellendoktor/SQL-NormalForm-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL code for an exercise on Normal Forms, ERM and SQL

These SQL codes are a possible solution for an exercise on Normal Forms, ERM, and SQL. The code has been written with MySQL as target. Nonetheless it should basically run on any SQL-capable database as no special commands have been used.

Authorship

All SQL files have been written during some teaching. Please feel free to use the SQL examples but keep the link to the website included. Thank you!

More about me (in German): https://www.digitalisierungsarchitekt.de

Words of precaution

&tldr; Think before you run something. And creating backups is never wrong

  • Running any of the code from this repo/collection of code is the sole responsibility of you as the user
  • Examples are just that: examples
  • If you do not understand it, do not run it. Especially not on production environments
  • Code might behave differently on your platform/in your environment than intended

Contact

Contact me via my website digitalisierungsarchitekt.de

Content of the files

SQL code to CREATE tables, INSERT values and SELECT them for specific questions.

About

SQL part of an exercise on Normal Forms, ERM and SQL

Topics

Resources

License

Stars

Watchers

Forks