Database Management
Skills in database management allow me to understand dynamic possibilities for the virtual arrangement of records. The following Entity Relationship Diagram (ERD) highlights a database schema that I designed for organizing information related to succulents. It demonstrates my understanding of normalization through the modeling of one-to-many or many-to-many relationships, primary and foreign keys, and joint tables.
After designing a schema, I built the database with SQL.
Data Retrieval
How could my database to respond to the following query?
Display the taxonomic hierarchy and a visual description of each succulent species. Indicate if the species has a variety, and what that variety looks like in comparison to the general species.