I wasn't aware of how strongly relational databases ties into metadata. I guess this makes sense since there needs to be some source of data which can provide a clear structure of the database by defining tables, columns, data types, and relationships between tables. As a potential use case, metatdata, (in the context of relational databases for instance) defines rules and constraints, such as primary keys, foreign keys, unique constraints, and check constraints. These rules ensure the accuracy and integrity of the data by preventing incorrect, duplicate, or inconsistent data from being entered into the database.