Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The physical diagram must: Include a text label that states your name and student number displayed on the diagram. Diagram all entities ( Tables )

The physical diagram must:
Include a text label that states your name and student number displayed on the diagram.
Diagram all entities (Tables).
Identify all attributes for all tables.
Identify the primary keys (if appropriate).
Use appropriate datatypes for each of the attributes. (VARCHAR(50) for everything is not appropriate).
Have appropriate foreign keys with the correct cardinality between tables.
Consistent, basic naming conventions (see next section)
Basic naming conventions
Do not use spaces in any names, whether table or columns. Use underscores.
Everything is lowercase.
Primary keys should use the name of the table, followed by an underscore and the letters "id"
E.g.: the customer table has the primary key customer_id
E.g.: the product table has the primary key product_id
etc.
Table names can be either singular or plural. Whichever you choose, the same naming convention must be used throughout.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security XI Status And Prospects

Authors: T.Y. Lin, Shelly Qian

1st Edition

0412820900, 978-0412820908

More Books

Students also viewed these Databases questions

Question

BPR always involves automation. Group of answer choices True False

Answered: 1 week ago