Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the following description, design a table by hand to manage someones coin collection: As a coin collector and I would like to place my

Using the following description, design a table by hand to manage someones coin collection:

As a coin collector and I would like to place my collection online. I manage only American penny, nickel, dime, quarter, half-dollar, and dollar coins. Each coin has a date, a mint mark, a value, condition, and the date it was last appraised. I keep a 3/5 card on each coin where I keep general comments as well.

Create the table named CoinCollection by hand, in your Database, using the following guidelines. I will give you creative freedom outside of my specs.

The mint marks are either D (Denver), P (Philadelphia), S (San Francisco), O (New Orleans), CC (Carson City). Allow only these abbreviations. (HINT: Use in IN statement)

Conditions are PR(Proof), BU (Brilliant Un-circulated), UC (Un-circulated), VF (Very Fine), (F)Fine, G (Good), P (Poor). Allow only these conditions.

Only P, N, D, Q, H1, 1 should be allowed as coin types.

Decide what should be filled when a record is added (nulls).

The greatest portion of my collection is in pennies. Default the data type to a penny.

Decide on an appropriate Primary key.

Add 5 sample records and test your work.

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 Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions