Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

simple db - how am I doing so far?

 
   Database Help (Home) -> Technology and Theory RSS
Next:  Access and QuickBooks  
Author Message
strongsilentone

External


Since: Dec 14, 2008
Posts: 6



(Msg. 1) Posted: Sun Dec 14, 2008 1:03 pm
Post subject: simple db - how am I doing so far?
Archived from groups: comp>databases>theory (more info?)

Hi, I'm designing a simple database to help out a co-worker. There
are some questions I think are worth asking this individual before I
go any further, but I'd like some feedback on the approach I've taken
so far. This database is intended to assist in managing massive
quantities of sheet music. Please don't laugh, I'm using MS Access.
It suits this purpose just fine Smile

(if this is unclear you can view it on my blog
http://sscode.blogspot.com/2008/12/table-inventory-master-sid-title.html
)


table: INVENTORY (master)
sID TITLE ARRANGER PUBLISHER GENRE INSTRUMENTS
auto text long int long int long int long int


table: ARRANGER
aID arranger
auto text


table: PUBLISHER
pID publisher_name phone_number
auto text text


table: GENRES
gID genre
auto text


table: INSTRUMENTS
iID instrument
auto text

 >> Stay informed about: simple db - how am I doing so far? 
Back to top
Login to vote
Ed Prochak

External


Since: Jan 02, 2008
Posts: 152



(Msg. 2) Posted: Tue Dec 16, 2008 5:50 am
Post subject: Re: simple db - how am I doing so far? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 14, 4:03 pm, wrote:
> Hi, I'm designing a simple database to help out a co-worker.  There
> are some questions I think are worth asking this individual before I
> go any further, but I'd like some feedback on the approach I've taken
> so far.   This database is intended to assist in managing massive
> quantities of sheet music.    Please don't laugh, I'm using MS Access..
> It suits this purpose just fine Smile
>
> (if this is unclear you can view it on my bloghttp://sscode.blogspot.com/2008/12/table-inventory-master-sid-title.html
> )
>
> table: INVENTORY (master)
> sID     TITLE   ARRANGER        PUBLISHER       GENRE   INSTRUMENTS
> auto    text    long int        long int        long int        long int
>
> table: ARRANGER
> aID     arranger
> auto    text
>
> table: PUBLISHER
> pID     publisher_name  phone_number
> auto    text    text
>
> table: GENRES
> gID     genre
> auto    text
>
> table: INSTRUMENTS
> iID     instrument
> auto    text

This has little to do with theory, so you should have posted in
comp.databases.

With this design, do you intend to have a row in INSTRUMENTS for every
combination?
1 bells
2 flute
3 bells, flute
4 snare drum
5 bells, snare drum
6 flute, snare drum

You should pull instrument out of the inventory table and add a cross
reference like this:
INSTRUMENT_USED
sID iID
FK to FK to
INVENTORY INSTRUMENTS

Your need to learn about Normalizing your data model. Look up database
normalization.
HTH,
Ed

 >> Stay informed about: simple db - how am I doing so far? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
A Simple Notation - In Boolean algebra, you could, if you wanted to, express everything by just using brackets, as follows: [A B] means NOT (A AND B) This notation can be extended to 3 or more operands, as follows: [A B C] means NOT (A AND B AND C) "AND" is...

A simple notation, again - Using the notation [A B C] for <NOT> (A <AND> B <AND> C), etc. The following [ A [B]] means "A implies B" for Boolean algebra. What is the corresponding thing for Relational Algebra? Also, I'm trying to come up with ...

Amazon's "Simple" Database - Just wondered if anyone had seen this: http://www.regdeveloper.co.uk/2007/12/17/amazon_simpledb/ While in principle a globally accessible database sounds like a great idea, closer reading yields... "Unlike MySQL, Oracle, DB2 or SQL Server, Simple...

Problem with Nested Sets - Hello, I have a table which represents a tree of forums using nested sets. Here are the fields: id, root_id, left, right, level, label. I have a string which is like a path. For example, Forum/Sub-forum/Sub-sub-forum I want to get the id of the forum..

space filling curves - I recently started reading about various ways of making various functions of a DB faster...and I keep running into space filling curves. Unfortunately, I just can't grasp the concept. Following is what I understand so far, I'll appreciate it if someone...
   Database Help (Home) -> Technology and Theory All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]