This is an imaginary musician database. Click the blue arrows to navigate. Look inside to find out how it works. I have commented the code and tried to illustrate how the database works.
✦✦✦ Notes ✦✦✦ This is a demonstration of how you can make a simple database using lists to emulate tables. Databases are a very common part of programs, and are useful for all kinds of things. It is a complex topic that takes years to master, but the basics are quite straightforward. To be specific, the database in this example is a normalized relational database. If you want to learn more, read these articles: https://en.wikipedia.org/wiki/Database https://en.wikipedia.org/wiki/Relational_database https://en.wikipedia.org/wiki/Database_normalization Remix ideas: • Make a database about something else • Add "edit", "add" and "delete" buttons ✦✦✦ Credits ✦✦✦ I was inspired to make this after seeing @gregatku's Random Simple Sentences: https://scratch.mit.edu/projects/262340306/