CHAPTER
3
Data Modeling Concepts
ata modeling is a process that helps you organize data into relational tables or object types. Together, we’ll focus on how to model data into relational tables because MySQL is a relational database.
MySQL Workbench supports SQL development, modeling, and server administration. This chapter moves beyond SQL connections and discusses the modeling component of MySQL Workbench. Here I introduce terms, definitions, and historical details that support how you perform database modeling. Where possible, sidebars hold the ...