Member-only story

Visualize A Relational DataBase

Evan Selunani
11 min readOct 23, 2024

--

Hi! I hope you’re doing well and energized for the rest of the week. I admire Zlatan’s confidence — “I am the best.” And I am choosing Zlatan mode for the rest of the year! I hope you do too! On a positive note, I was recognized by Nextwork.org, and it feels amazing to grow alongside like-minded people. A massive Thank you Nextwork! without you guys I'd be without skills

Now, let’s dive into today’s guide. We’ll create a database, set up schemas, and tables, then load data into them. Finally, we’ll use QuickSight to visualize the data. It may seem lengthy, but we’ll tackle it together.

Key Terms for Today:

  1. SQL: Structured Query Language, a standard programming language for managing and manipulating relational databases.
  2. MySQL: A relational database management system (RDBMS) that uses SQL for database interaction.
  3. MySQL Workbench: MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single integrated development environment for the MySQL database system.
  4. Schema: A database schema is like a blueprint or structure of how the data is organized in a database.
  5. QuickSight: Amazon QuickSight is a business intelligence (BI) service offered by AWS that allows users to easily create and share interactive dashboards and visualizations. It helps organizations analyze data from various sources, including AWS databases…

--

--

Evan Selunani
Evan Selunani

Written by Evan Selunani

Transforming the world, one keystroke at a time.| Certified AWS Cloud Practitioner.

No responses yet