Database Documentation
Database Documentation
Database Documentation
LI844XO
Mission Statement
Mission Objectives
The current database used to inventory the collection is a flat file WORD
document that is incomplete, as only Liza’s portion of the collection is represented. The
database is divided into four parts: classical, jazz/gospel/folk/pop, music of Nepal and
Tibet, and miscellaneous world music. All the international LPs are listed alphabetically
by album title, and the rest are listed alphabetically by performing artist. Information
about each record album currently includes only album title, composer/performing artist,
record label and label manufacturing number.
The phonograph collection may be enlarged in the future by additions from other
people. There should be a way of identifying who owned these additions.
LPs Database 3
3) A list of recordings that identifies which composers and their works are
represented in the collection.
4) A list of recordings that identifies which artists and their works are represented in
the collection.
Views:
3) Composer record to identify which composers and their works are represented in
the collection.
Fields include ComposerID, ComposerLastName, Title, Genre, OwnerID,
OwnerLastName.
4) Artist record to identify which artists and their recordings are represented in the
collection. Fields include ArtistID, ArtistGroupName, ArtistLastName, Title,
Owner ID, OwnerLastName.
5) Tracks record to identify phonograph record title and the tracks on it.
Fields include Title, TrackID, and all the track names.
LPs Database 4
TABLES:
Summary:
Table Name Type Description
PhonoRecords Data Basic information regarding each title in the
collection.
PhonoRecords Linking Connects a title with composer information
Composers
PhonoRecords Linking Connects a title with artist information
Artists
Composers Data Information regarding the composer associated with
the title
Artists Data Information regarding the artist associated with the
title
Tracks Subset List of tracks for each side of an album/record
Owners Subset Specifies the owner of each copy of a title
LPs Database 5
TABLES &FIELDS
PhonoRecords
Title PK
Genre
LabelName
LabelNumber
RPM
SetNumber
TrackID FK
OwnerID FK
Comments
PhonoRecordsComposers
Title CPK/FK
ComposerID CPK/FK
PhonoRecordsArtists
Title CPK/FK
ArtistID CPK/FK
Composers
ComposerID PK
ComposerLastName
ComposerFirstName
ComposerMiddleName
Artists
ArtistID PK
GroupName
ArtistLastName
ArtistFirstName
ArtistMiddleName
ArtistType
Tracks
TrackID PK
SideOneTrackOne
SideOneTrackTwo
SideOneTrackThree
SideOneTrackFour
SideOneTrackFive
SideOneTrackSix
SideOneTrackSeven
SideOneTrackEight
LPs Database 6
SideOneTrackNine
SideOneTrackTen
SideTwoTrackOne
SideTwoTrackTwo
SideTwoTrackThree
SideTwoTrackFour
SideTwoTrackFive
SideTwoTrackSix
SideTwoTrackEight
SideTwoTrackNine
SideTwoTrackTen
SideThreeTrackOne
SideThreeTrackTwo
SideThreeTrackThree
SideThreeTrackFour
SideThreeTrackFive
SideThreeTrackSix
SideThreeTrackSeven
SideThreeTrackEight
SideThreeTrackNine
SideThreeTrackTen
SideFourTrackOne
SideFourTrackTwo
SideFourTrackThree
SideFourTrackFour
SideFourTrackFive
SideFourTrackSix
SideFourTrackSeven
SideFourTrackEight
SideFourTrackNine
SideFourTrackTen
Owners
OwnersID PK
OwnersLastName
OwnersFirstName
OwnersMiddleName
Notes