January 8, 2015

My 1st Database

Yesterday I created my first database using SQL:


This might not seem like a big deal to some, but this is coming from someone with no programming experience. All of the tables were created using queries provided in a book step-by-step. The first step was to execute all of the SQL coding in MySQL Workbench. Then, I told the program to "reverse engineer" the created entities into a diagram, shown above. I am currently learning how these tables are related to each other and what values are allowed in each field.

My goal is to be come familiar enough with SQL to run simple queries and manipulate some tables in databases.

No comments:

Post a Comment