SQL Foundations I Module 1

Generate an ERD with three tables

Only editable by group admins

  • Last updated August 24, 2016 at 1:07 PM
  • Evidence visible to public
Generate an ERD with three tables, consisting of primary and foreign keys as appropriate; explain how you chose the keys. Submit an URL where your ERD is located

All posted evidence

ERD in Powerpoint

Microsoftonline

Sign in to your account

sdow3 About 6 years ago

Choice of Keys

Posted Image

sdow3 About 6 years ago

Posted Image

mangai Over 6 years ago

Posted Image

mpurnell1 Almost 7 years ago

Posted Image

rvargas8 About 7 years ago

I chose these keys because they are easy to relate and understand. Since I'm just starting out with SQL I wanted to do one that I could easily understand and look back at as reference.

rvargas8 About 7 years ago

Posted Image

jmfisher About 7 years ago

I chose 3 tables representing entities to be used in a SignEstimator app I am developing for CSC-212. Signs, Materials, Finishes

I chose 3 tables representing entities to be used in a SignEstimator app I am developing for CSC-212.  A table for the signs themselves with various attributes, a table for the available material the signs can be printed on and the cost of each, and a table for the available finishing touches and their cost.  Each table has an integer based id as its primary key.  The foreign keys in the Sign table point to the primary keys of the Material and Finishes tables because each Sign can have one of many available materials/finishes from those tables
jmfisher About 7 years ago

Posted Image

vbecu1 Almost 8 years ago

Posted Image

franciscocruz11 About 8 years ago