Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning...

149
Outline A Review The Relational Database Model The Next Step: Designing a Relational Database Exercise and Follow-up Day 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database Theory and Design Tyler Peterson International Summer School on Language Documentation and Description Leiden University Centre for Linguistics, Leiden July 6, 2010 Database Theory and Design Day 2: Planning Your Database

Transcript of Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning...

Page 1: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Day 2: Planning Your DatabaseUnderstanding the Relational Model, Organizing Data for It

Database Theory and DesignTyler Peterson

International Summer School on Language Documentation and DescriptionLeiden University Centre for Linguistics, Leiden

July 6, 2010

Database Theory and Design Day 2: Planning Your Database

Page 2: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Goals for Today:

A ReviewThe ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

The Relational Database ModelUnderstanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Next Step: Designing a Relational DatabasePreliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Exercise and Follow-upIn class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Database Theory and Design Day 2: Planning Your Database

Page 3: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

The ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

A common starting point: the ‘Flat’ database

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: A ‘Flat’ Database of a Gitksan (Tsimshianic) word list

Database Theory and Design Day 2: Planning Your Database

Page 4: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

The ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

The Solution:

I Separate the flat database into two interacting systems:

I. Database Management System (DBMS)II. An application to interact with the DBMS.

I Applications such as MS Access and OO Base contain both ofthese components.

I A Relational Database: Consists of several tables calledrelations, that are linked to each other.

F: Before we can start working on our database we need tounderstand how a relational database is modeled.

Database Theory and Design Day 2: Planning Your Database

Page 5: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

The ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

The Solution:

I Separate the flat database into two interacting systems:

I. Database Management System (DBMS)II. An application to interact with the DBMS.

I Applications such as MS Access and OO Base contain both ofthese components.

I A Relational Database: Consists of several tables calledrelations, that are linked to each other.

F: Before we can start working on our database we need tounderstand how a relational database is modeled.

Database Theory and Design Day 2: Planning Your Database

Page 6: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

The ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

The Solution:

I Separate the flat database into two interacting systems:

I. Database Management System (DBMS)II. An application to interact with the DBMS.

I Applications such as MS Access and OO Base contain both ofthese components.

I A Relational Database: Consists of several tables calledrelations, that are linked to each other.

F: Before we can start working on our database we need tounderstand how a relational database is modeled.

Database Theory and Design Day 2: Planning Your Database

Page 7: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

The ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

The Solution:

I Separate the flat database into two interacting systems:

I. Database Management System (DBMS)II. An application to interact with the DBMS.

I Applications such as MS Access and OO Base contain both ofthese components.

I A Relational Database: Consists of several tables calledrelations, that are linked to each other.

F: Before we can start working on our database we need tounderstand how a relational database is modeled.

Database Theory and Design Day 2: Planning Your Database

Page 8: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

The ‘Flat’ database, and the DBMSThe Database Management System (DBMS)

The Solution:

I Separate the flat database into two interacting systems:

I. Database Management System (DBMS)II. An application to interact with the DBMS.

I Applications such as MS Access and OO Base contain both ofthese components.

I A Relational Database: Consists of several tables calledrelations, that are linked to each other.

F: Before we can start working on our database we need tounderstand how a relational database is modeled.

Database Theory and Design Day 2: Planning Your Database

Page 9: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I We have to rethink how we see and how we approachorganizing our data, using four conceptual terms as our guide:

1. Relations2. Entities3. Attributes4. Records

Database Theory and Design Day 2: Planning Your Database

Page 10: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I We have to rethink how we see and how we approachorganizing our data, using four conceptual terms as our guide:

1. Relations2. Entities3. Attributes4. Records

Database Theory and Design Day 2: Planning Your Database

Page 11: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.

I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:

I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 12: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:

I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 13: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.

I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:

I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 14: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:

I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 15: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:

I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 16: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:I The set of characteristics associated with the entity.

I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 17: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 18: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

The Characteristics:

I The Relation: a table with named columns.I The Entity:

I Defines the type of data we intend to collect.I For the linguist: words, sentences, nasal vowels, verb roots etc.

I Each entity has a set of Attributes:I The set of characteristics associated with the entity.I Words: gloss, grammatical and morphological categories.

I A Record: Each (unique) row in a table is a single recordwithin the entity set (simply listing of all the related entities ina set).

Database Theory and Design Day 2: Planning Your Database

Page 19: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: The Entity set: Words

I Consider the familiar, standard wordlist. What is it in relational terms?

I An entity set of Gitksan words.

I Each Gitksan word is an entity:it occupies a unique row.

I Each row is associated with aset of attributes: Gloss, Gram.and Morph.

Database Theory and Design Day 2: Planning Your Database

Page 20: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: The Entity set: Words

I Consider the familiar, standard wordlist. What is it in relational terms?

I An entity set of Gitksan words.

I Each Gitksan word is an entity:it occupies a unique row.

I Each row is associated with aset of attributes: Gloss, Gram.and Morph.

Database Theory and Design Day 2: Planning Your Database

Page 21: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: The Entity set: Words

I Consider the familiar, standard wordlist. What is it in relational terms?

I An entity set of Gitksan words.

I Each Gitksan word is an entity:it occupies a unique row.

I Each row is associated with aset of attributes: Gloss, Gram.and Morph.

Database Theory and Design Day 2: Planning Your Database

Page 22: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: The Entity set: Words

I Consider the familiar, standard wordlist. What is it in relational terms?

I An entity set of Gitksan words.

I Each Gitksan word is an entity:it occupies a unique row.

I Each row is associated with aset of attributes: Gloss, Gram.and Morph.

Database Theory and Design Day 2: Planning Your Database

Page 23: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example cont.

Gloss Word Gram. Morph.‘fish’ hon N ROOT‘bear, meat’ smax N ROOT‘language’ algyax N ROOTGitksan s ’m-algyax N STEM‘true’ s ’m- A PREFIX‘sick, ill’ siipxw A ROOT‘tall’ wii- ’nakw A STEM‘long’ wii- A PREFIXDISTAL ’nakw ROOTEVIDENTIAL ’nakw ROOT‘consume’ x- V PREFIX‘fish’ iixwt V ROOT‘arrive’ witxw V ROOT‘arrive’ bakw V ROOT‘read’ litsxxw V ROOTcommon noun =hl Det. ENCLITICproper noun =t Det. ENCLITICplural noun =tip Det. ENCLITIC1sg - ’y Agr. SUFFIX2sg -n Agr. SUFFIX3 -t Agr. SUFFIX

Table: The Entity set: Gloss

I However, what if we’re making adictionary?

I We would want to also have an entityset based on the Gloss.

I So far, we been using the attributes(the columns in our flat database) todefine new relations (entity sets).

I However, it is the values of theseattributes that defines entity sets as anatural class of objects.

Database Theory and Design Day 2: Planning Your Database

Page 24: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example cont.

Gloss Word Gram. Morph.‘fish’ hon N ROOT‘bear, meat’ smax N ROOT‘language’ algyax N ROOTGitksan s ’m-algyax N STEM‘true’ s ’m- A PREFIX‘sick, ill’ siipxw A ROOT‘tall’ wii- ’nakw A STEM‘long’ wii- A PREFIXDISTAL ’nakw ROOTEVIDENTIAL ’nakw ROOT‘consume’ x- V PREFIX‘fish’ iixwt V ROOT‘arrive’ witxw V ROOT‘arrive’ bakw V ROOT‘read’ litsxxw V ROOTcommon noun =hl Det. ENCLITICproper noun =t Det. ENCLITICplural noun =tip Det. ENCLITIC1sg - ’y Agr. SUFFIX2sg -n Agr. SUFFIX3 -t Agr. SUFFIX

Table: The Entity set: Gloss

I However, what if we’re making adictionary?

I We would want to also have an entityset based on the Gloss.

I So far, we been using the attributes(the columns in our flat database) todefine new relations (entity sets).

I However, it is the values of theseattributes that defines entity sets as anatural class of objects.

Database Theory and Design Day 2: Planning Your Database

Page 25: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example cont.

Gloss Word Gram. Morph.‘fish’ hon N ROOT‘bear, meat’ smax N ROOT‘language’ algyax N ROOTGitksan s ’m-algyax N STEM‘true’ s ’m- A PREFIX‘sick, ill’ siipxw A ROOT‘tall’ wii- ’nakw A STEM‘long’ wii- A PREFIXDISTAL ’nakw ROOTEVIDENTIAL ’nakw ROOT‘consume’ x- V PREFIX‘fish’ iixwt V ROOT‘arrive’ witxw V ROOT‘arrive’ bakw V ROOT‘read’ litsxxw V ROOTcommon noun =hl Det. ENCLITICproper noun =t Det. ENCLITICplural noun =tip Det. ENCLITIC1sg - ’y Agr. SUFFIX2sg -n Agr. SUFFIX3 -t Agr. SUFFIX

Table: The Entity set: Gloss

I However, what if we’re making adictionary?

I We would want to also have an entityset based on the Gloss.

I So far, we been using the attributes(the columns in our flat database) todefine new relations (entity sets).

I However, it is the values of theseattributes that defines entity sets as anatural class of objects.

Database Theory and Design Day 2: Planning Your Database

Page 26: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A simple example cont.

Gloss Word Gram. Morph.‘fish’ hon N ROOT‘bear, meat’ smax N ROOT‘language’ algyax N ROOTGitksan s ’m-algyax N STEM‘true’ s ’m- A PREFIX‘sick, ill’ siipxw A ROOT‘tall’ wii- ’nakw A STEM‘long’ wii- A PREFIXDISTAL ’nakw ROOTEVIDENTIAL ’nakw ROOT‘consume’ x- V PREFIX‘fish’ iixwt V ROOT‘arrive’ witxw V ROOT‘arrive’ bakw V ROOT‘read’ litsxxw V ROOTcommon noun =hl Det. ENCLITICproper noun =t Det. ENCLITICplural noun =tip Det. ENCLITIC1sg - ’y Agr. SUFFIX2sg -n Agr. SUFFIX3 -t Agr. SUFFIX

Table: The Entity set: Gloss

I However, what if we’re making adictionary?

I We would want to also have an entityset based on the Gloss.

I So far, we been using the attributes(the columns in our flat database) todefine new relations (entity sets).

I However, it is the values of theseattributes that defines entity sets as anatural class of objects.

Database Theory and Design Day 2: Planning Your Database

Page 27: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Identifying the Relations

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: A ‘Flat’ Database

I This is useful for languages data:

I What if we want to investigatedifferent morphological root shapes?Or a list of nouns? or a list of verbroots?

I We create entity sets for these.

I For example, the morphologicalcategory ‘ROOTS’ become the entityset containing everything that isROOT, while excluding everythingthat isn’t.

Database Theory and Design Day 2: Planning Your Database

Page 28: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Identifying the Relations

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: A ‘Flat’ Database

I This is useful for languages data:

I What if we want to investigatedifferent morphological root shapes?Or a list of nouns? or a list of verbroots?

I We create entity sets for these.

I For example, the morphologicalcategory ‘ROOTS’ become the entityset containing everything that isROOT, while excluding everythingthat isn’t.

Database Theory and Design Day 2: Planning Your Database

Page 29: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Identifying the Relations

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: A ‘Flat’ Database

I This is useful for languages data:

I What if we want to investigatedifferent morphological root shapes?Or a list of nouns? or a list of verbroots?

I We create entity sets for these.

I For example, the morphologicalcategory ‘ROOTS’ become the entityset containing everything that isROOT, while excluding everythingthat isn’t.

Database Theory and Design Day 2: Planning Your Database

Page 30: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Identifying the Relations

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: A ‘Flat’ Database

I This is useful for languages data:

I What if we want to investigatedifferent morphological root shapes?Or a list of nouns? or a list of verbroots?

I We create entity sets for these.

I For example, the morphologicalcategory ‘ROOTS’ become the entityset containing everything that isROOT, while excluding everythingthat isn’t.

Database Theory and Design Day 2: Planning Your Database

Page 31: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Identifying the Relations

Word Gloss Gram. Morph.hon ‘fish’ N ROOTsmax ‘bear, meat’ N ROOTalgyax ‘language’ N ROOTs ’m-algyax Gitksan N STEMs ’m- ‘true’ A PREFIXsiipxw ‘sick, ill’ A ROOTwii- ’nakw ‘tall’ A STEMwii- ‘long’ A PREFIX’nakw DISTAL ROOT’nakw EVIDENTIAL ROOTx- ‘consume’ V PREFIXiixwt ‘fish’ V ROOTwitxw ‘arrive’ V ROOTbakw ‘arrive’ V ROOTlitsxxw ‘read’ V ROOT=hl common noun Det. ENCLITIC=t proper noun Det. ENCLITIC=tip plural noun Det. ENCLITIC- ’y 1sg Agr. SUFFIX-n 2sg Agr. SUFFIX-t 3 Agr. SUFFIX

Table: A ‘Flat’ Database

Word Gloss Gram.hon ‘fish’ Nsmax ‘bear, meat’ Nalgyax ‘language’ Nsiipxw ‘sick, ill’ A’nakw DISTAL’nakw EVIDENTIALiixwt ‘fish’ Vwitxw ‘arrive’ Vbakw ‘arrive’ Vlitsxxw ‘read’ V

Table: The Entity set: ROOTS

Database Theory and Design Day 2: Planning Your Database

Page 32: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A mini-relational database for Gitksan

I Form groups of 3 and work out how many relations (tables)there are in the Gitksan dataset on the handout.

I (Hint: Be as exhaustive as possible, including trying out ALLthe attributes and features...)

Database Theory and Design Day 2: Planning Your Database

Page 33: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

A mini-relational database for Gitksan

I Form groups of 3 and work out how many relations (tables)there are in the Gitksan dataset on the handout.

I (Hint: Be as exhaustive as possible, including trying out ALLthe attributes and features...)

Database Theory and Design Day 2: Planning Your Database

Page 34: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Discussion

I In addition to Word, Gloss, and Roots, the Gitksan flat DBcan be organized into at least X more unique entity sets:

Word Gloss Morph.hon ‘fish’ ROOTsmax ‘bear, meat’ ROOTalgyax ‘language’ ROOTs ’m-algyax Gitksan STEM

Table: The Entity set: NOUNS

Word Gloss Morph.s ’m- ‘true’ PREFIXsiipxw ‘sick, ill’ ROOTwii- ’nakw ‘tall’ STEMwii- ‘long’ PREFIX

Table: The Entity set: ADJ.

Word Gloss Morph.x- ‘consume’ PREFIXiixwt ‘fish’ ROOTwitxw ‘arrive’ ROOTbakw ‘arrive’ ROOTlitsxxw ‘read’ ROOT

Table: The Entity set: VERBS

Word Gloss Morph.=hl common noun ENCLITIC=t proper noun ENCLITIC=tip plural noun ENCLITIC

Table: The Entity set: DET.

Database Theory and Design Day 2: Planning Your Database

Page 35: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Discussion cont.

Word Gloss Morph.- ’y 1sg SUFFIX-n 2sg SUFFIX-t 3 SUFFIX

Table: The Entity set: AGR

Word Gloss Gram.s ’m- ‘true’ Awii- ‘long’ Ax- ‘consume’ V

Table: The Entity set: PREFIX

Word Gloss Gram.s ’m-algyax Gitksan Nwii- ’nakw ‘tall’ A

Table: The Entity set: STEM

Word Gloss Gram.=hl common noun Det.=t proper noun Det.=tip plural noun Det.

Table: The Entity set: ENCLITIC

Database Theory and Design Day 2: Planning Your Database

Page 36: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Understanding the Relational DatabaseA flat table converted into realtionsIn class exercise: A mini-relational database for Gitksan

Discussion cont.

Word Gloss Gram.- ’y 1sg Agr.-n 2sg Agr.-t 3 Agr.

Table: The Entity set: SUFFIX

Word Glosshon ‘fish’smax ‘bear, meat’algyax ‘language’

Table: The Entity set: N ROOTS

Word Glossiixwt ‘fish’witxw ‘arrive’bakw ‘arrive’litsxxw ‘read’

Table: The Entity set: V ROOTS

Word Glosssiipxw ‘sick, ill’

Table: The Entity set: A ROOTS

I And more...

Database Theory and Design Day 2: Planning Your Database

Page 37: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Designing a Relational Database

I In the next section we will take the first steps on designing arelational database.

I Examining your data and determining your goals: turning aflat database into a relational one.

I The “Systems Development Life Cycle”: the planning, designand implementation of your database in FileMaker PRO andMS Access.

Database Theory and Design Day 2: Planning Your Database

Page 38: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Designing a Relational Database

I In the next section we will take the first steps on designing arelational database.

I Examining your data and determining your goals: turning aflat database into a relational one.

I The “Systems Development Life Cycle”: the planning, designand implementation of your database in FileMaker PRO andMS Access.

Database Theory and Design Day 2: Planning Your Database

Page 39: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Designing a Relational Database

I In the next section we will take the first steps on designing arelational database.

I Examining your data and determining your goals: turning aflat database into a relational one.

I The “Systems Development Life Cycle”: the planning, designand implementation of your database in FileMaker PRO andMS Access.

Database Theory and Design Day 2: Planning Your Database

Page 40: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Pulling the Conceptual Pieces together

I A flat database can be re-organized into a collection of uniquetables (also called relations).

I Thus, relational databases consist of one or more tables whichare related to each other based on sharing common entities.

I These tables can be ‘joined’ by the database software whenmaking queries.

I Each table

I is actually an entity set, or one ‘subject’ of the database, i.e.Gitksan words, ROOTS, or Grammatical Categories etc.

I has a set of attributes: these are typically your columnheadings which encode that attributes of the individual entitieswithin the set.

Database Theory and Design Day 2: Planning Your Database

Page 41: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Pulling the Conceptual Pieces together

I A flat database can be re-organized into a collection of uniquetables (also called relations).

I Thus, relational databases consist of one or more tables whichare related to each other based on sharing common entities.

I These tables can be ‘joined’ by the database software whenmaking queries.

I Each table

I is actually an entity set, or one ‘subject’ of the database, i.e.Gitksan words, ROOTS, or Grammatical Categories etc.

I has a set of attributes: these are typically your columnheadings which encode that attributes of the individual entitieswithin the set.

Database Theory and Design Day 2: Planning Your Database

Page 42: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Pulling the Conceptual Pieces together

I A flat database can be re-organized into a collection of uniquetables (also called relations).

I Thus, relational databases consist of one or more tables whichare related to each other based on sharing common entities.

I These tables can be ‘joined’ by the database software whenmaking queries.

I Each table

I is actually an entity set, or one ‘subject’ of the database, i.e.Gitksan words, ROOTS, or Grammatical Categories etc.

I has a set of attributes: these are typically your columnheadings which encode that attributes of the individual entitieswithin the set.

Database Theory and Design Day 2: Planning Your Database

Page 43: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Pulling the Conceptual Pieces together

I A flat database can be re-organized into a collection of uniquetables (also called relations).

I Thus, relational databases consist of one or more tables whichare related to each other based on sharing common entities.

I These tables can be ‘joined’ by the database software whenmaking queries.

I Each table

I is actually an entity set, or one ‘subject’ of the database, i.e.Gitksan words, ROOTS, or Grammatical Categories etc.

I has a set of attributes: these are typically your columnheadings which encode that attributes of the individual entitieswithin the set.

Database Theory and Design Day 2: Planning Your Database

Page 44: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Pulling the Conceptual Pieces together

I A flat database can be re-organized into a collection of uniquetables (also called relations).

I Thus, relational databases consist of one or more tables whichare related to each other based on sharing common entities.

I These tables can be ‘joined’ by the database software whenmaking queries.

I Each tableI is actually an entity set, or one ‘subject’ of the database, i.e.

Gitksan words, ROOTS, or Grammatical Categories etc.

I has a set of attributes: these are typically your columnheadings which encode that attributes of the individual entitieswithin the set.

Database Theory and Design Day 2: Planning Your Database

Page 45: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Pulling the Conceptual Pieces together

I A flat database can be re-organized into a collection of uniquetables (also called relations).

I Thus, relational databases consist of one or more tables whichare related to each other based on sharing common entities.

I These tables can be ‘joined’ by the database software whenmaking queries.

I Each tableI is actually an entity set, or one ‘subject’ of the database, i.e.

Gitksan words, ROOTS, or Grammatical Categories etc.I has a set of attributes: these are typically your column

headings which encode that attributes of the individual entitieswithin the set.

Database Theory and Design Day 2: Planning Your Database

Page 46: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Entity sets

Word Gloss Morph.hon ‘fish’ ROOTsmax ‘bear, meat’ ROOTalgyax ‘language’ ROOTs ’m-algyax Gitksan STEM

Table: The Entity set: Nouns

Word Gloss Morph.x- ‘consume’ PREFIXiixwt ‘fish’ ROOTwitxw ‘arrive’ ROOTbakw ‘arrive’ ROOTlitsxxw ‘read’ ROOT

Table: The Entity set: Verbs

Word Gloss Gram.hon ‘fish’ Nsmax ‘bear, meat’ Nalgyax ‘language’ Nsiipxw ‘sick, ill’ A’nakw DISTAL’nakw EVIDENTIALiixwt ‘fish’ Vwitxw ‘arrive’ Vbakw ‘arrive’ Vlitsxxw ‘read’ V

Table: The Entity set: ROOTS

Database Theory and Design Day 2: Planning Your Database

Page 47: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The “Systems Development Life Cycle”

I A concept from database design theory: the SystemsDevelopment Life Cycle (SDLS).

I The SDLS is a useful set of (re)iterative conceptual phases:

Phase Action1. Planning What is the the purpose of the database?2. Analysis Assessing and organizing the data.3. Design Logical design of the database.4. Implementation MS Access, FMP, OO Base etc.5. Maintenance Evaluation, maintenance, further development

Database Theory and Design Day 2: Planning Your Database

Page 48: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.

I What is the purpose of your database? It’s overall scope andobjectives.

I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language dataI ArchivingI AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 49: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.

I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language dataI ArchivingI AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 50: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.I To generate word lists (i.e. lexicographic)

I An organization meta-data linked to language dataI ArchivingI AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 51: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language data

I ArchivingI AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 52: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language dataI Archiving

I AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 53: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language dataI ArchivingI Analysis

I Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 54: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language dataI ArchivingI AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 55: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Preliminary steps

I First step: Start with a pencil and paper.I What is the purpose of your database? It’s overall scope and

objectives.I To generate word lists (i.e. lexicographic)I An organization meta-data linked to language dataI ArchivingI AnalysisI Etc.

I There is no single, out-of-the-box solution: think of allthe things you could possible document about a language, andall the different ways to look at it and organize it – that’s howmany potentially different kinds of databases you could make.

Database Theory and Design Day 2: Planning Your Database

Page 56: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Heuristic Steps

I In designing a database it is useful to start at a very high levelof generalization:

I Look at what the potential entities in the database are aboutrather than the conclusions that you want to find.

I Think about the entities (and thus the data) separately frompractical considerations, such as who is going to enter thedata, forms, encoding etc.

I Think about the subject independently of any particulardatabase software, or even of computing at all.

I Avoid getting confused between the overview of the data anddetails of implementation.

I Work through the construction of an appropriate diagram foryour database: This diagram is the basis for the tables andfields.

Database Theory and Design Day 2: Planning Your Database

Page 57: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Heuristic Steps

I In designing a database it is useful to start at a very high levelof generalization:

I Look at what the potential entities in the database are aboutrather than the conclusions that you want to find.

I Think about the entities (and thus the data) separately frompractical considerations, such as who is going to enter thedata, forms, encoding etc.

I Think about the subject independently of any particulardatabase software, or even of computing at all.

I Avoid getting confused between the overview of the data anddetails of implementation.

I Work through the construction of an appropriate diagram foryour database: This diagram is the basis for the tables andfields.

Database Theory and Design Day 2: Planning Your Database

Page 58: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Heuristic Steps

I In designing a database it is useful to start at a very high levelof generalization:

I Look at what the potential entities in the database are aboutrather than the conclusions that you want to find.

I Think about the entities (and thus the data) separately frompractical considerations, such as who is going to enter thedata, forms, encoding etc.

I Think about the subject independently of any particulardatabase software, or even of computing at all.

I Avoid getting confused between the overview of the data anddetails of implementation.

I Work through the construction of an appropriate diagram foryour database: This diagram is the basis for the tables andfields.

Database Theory and Design Day 2: Planning Your Database

Page 59: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Heuristic Steps

I In designing a database it is useful to start at a very high levelof generalization:

I Look at what the potential entities in the database are aboutrather than the conclusions that you want to find.

I Think about the entities (and thus the data) separately frompractical considerations, such as who is going to enter thedata, forms, encoding etc.

I Think about the subject independently of any particulardatabase software, or even of computing at all.

I Avoid getting confused between the overview of the data anddetails of implementation.

I Work through the construction of an appropriate diagram foryour database: This diagram is the basis for the tables andfields.

Database Theory and Design Day 2: Planning Your Database

Page 60: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Heuristic Steps

I In designing a database it is useful to start at a very high levelof generalization:

I Look at what the potential entities in the database are aboutrather than the conclusions that you want to find.

I Think about the entities (and thus the data) separately frompractical considerations, such as who is going to enter thedata, forms, encoding etc.

I Think about the subject independently of any particulardatabase software, or even of computing at all.

I Avoid getting confused between the overview of the data anddetails of implementation.

I Work through the construction of an appropriate diagram foryour database: This diagram is the basis for the tables andfields.

Database Theory and Design Day 2: Planning Your Database

Page 61: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Some Heuristic Steps

I In designing a database it is useful to start at a very high levelof generalization:

I Look at what the potential entities in the database are aboutrather than the conclusions that you want to find.

I Think about the entities (and thus the data) separately frompractical considerations, such as who is going to enter thedata, forms, encoding etc.

I Think about the subject independently of any particulardatabase software, or even of computing at all.

I Avoid getting confused between the overview of the data anddetails of implementation.

I Work through the construction of an appropriate diagram foryour database: This diagram is the basis for the tables andfields.

Database Theory and Design Day 2: Planning Your Database

Page 62: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Dos and Don’ts

Database Theory and Design Day 2: Planning Your Database

Page 63: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The “Entity-Attribute-Relationship Diagram”

I A simple, common and useful model/technique for mappingout the logical design of a relational database: theEntity-(Attribute-)Relationship model.

I A relatively simple graphic representation of complex,real-world data structures.

I A theoretical modeling tool which can be implemented in anyrelational database application (MS Access, OO Base etc.)

Database Theory and Design Day 2: Planning Your Database

Page 64: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The “Entity-Attribute-Relationship Diagram”

I A simple, common and useful model/technique for mappingout the logical design of a relational database: theEntity-(Attribute-)Relationship model.

I A relatively simple graphic representation of complex,real-world data structures.

I A theoretical modeling tool which can be implemented in anyrelational database application (MS Access, OO Base etc.)

Database Theory and Design Day 2: Planning Your Database

Page 65: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The “Entity-Attribute-Relationship Diagram”

I A simple, common and useful model/technique for mappingout the logical design of a relational database: theEntity-(Attribute-)Relationship model.

I A relatively simple graphic representation of complex,real-world data structures.

I A theoretical modeling tool which can be implemented in anyrelational database application (MS Access, OO Base etc.)

Database Theory and Design Day 2: Planning Your Database

Page 66: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Entities

I Entities are the things that hold particular interest for you inyour database – you can think of them as the ‘subjects’ to becovered.

I They are a classification of things and should have a precisedefinition.

I It is important to identify your entities because they usuallyend up being the tables in the database.

I It may not be immediately obvious what the entities might bein your dataset.

Database Theory and Design Day 2: Planning Your Database

Page 67: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Entities

I Entities are the things that hold particular interest for you inyour database – you can think of them as the ‘subjects’ to becovered.

I They are a classification of things and should have a precisedefinition.

I It is important to identify your entities because they usuallyend up being the tables in the database.

I It may not be immediately obvious what the entities might bein your dataset.

Database Theory and Design Day 2: Planning Your Database

Page 68: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Entities

I Entities are the things that hold particular interest for you inyour database – you can think of them as the ‘subjects’ to becovered.

I They are a classification of things and should have a precisedefinition.

I It is important to identify your entities because they usuallyend up being the tables in the database.

I It may not be immediately obvious what the entities might bein your dataset.

Database Theory and Design Day 2: Planning Your Database

Page 69: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Entities

I Entities are the things that hold particular interest for you inyour database – you can think of them as the ‘subjects’ to becovered.

I They are a classification of things and should have a precisedefinition.

I It is important to identify your entities because they usuallyend up being the tables in the database.

I It may not be immediately obvious what the entities might bein your dataset.

Database Theory and Design Day 2: Planning Your Database

Page 70: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Decide on what entities are included the database

I The best approach: take a sheet of paper and sketch each outpotential entities, putting a name for each one in the box.

I If you have a complex set of data, choose the most importantentities to begin with or you will be overwhelmed.

I An entity is represented diagrammatically by a box with aname written in the singular.

Database Theory and Design Day 2: Planning Your Database

Page 71: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Decide on what entities are included the database

I The best approach: take a sheet of paper and sketch each outpotential entities, putting a name for each one in the box.

I If you have a complex set of data, choose the most importantentities to begin with or you will be overwhelmed.

I An entity is represented diagrammatically by a box with aname written in the singular.

Database Theory and Design Day 2: Planning Your Database

Page 72: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Decide on what entities are included the database

I The best approach: take a sheet of paper and sketch each outpotential entities, putting a name for each one in the box.

I If you have a complex set of data, choose the most importantentities to begin with or you will be overwhelmed.

I An entity is represented diagrammatically by a box with aname written in the singular.

Database Theory and Design Day 2: Planning Your Database

Page 73: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Decide on what entities are included the database

I The best approach: take a sheet of paper and sketch each outpotential entities, putting a name for each one in the box.

I If you have a complex set of data, choose the most importantentities to begin with or you will be overwhelmed.

I An entity is represented diagrammatically by a box with aname written in the singular.

Database Theory and Design Day 2: Planning Your Database

Page 74: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Attributes

I Attributes are the details about anentity: they are the individual relevantproperties of things we want to knowabout.

I The entity of Gitksan Nouns or Verbshas the attributes: the Gitksan word,its gloss, and its morphologicalcategory.

I Attributes represent the data thatcharacterizes the entities – and theyusually become the rows in the tables.

Word Gloss MCat.hon ‘fish’ ROOTsmax ‘bear, meat’ ROOTalgyax ‘language’ ROOTs ’m-algyax Gitksan STEM

Table: The Entity set: Nouns

Word Gloss MCat.x- ‘consume’ PREFIXiixwt ‘fish’ ROOTwitxw ‘arrive’ ROOTbakw ‘arrive’ ROOTlitsxxw ‘read’ ROOT

Table: The Entity set: Verbs

Database Theory and Design Day 2: Planning Your Database

Page 75: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Attributes

I Attributes are the details about anentity: they are the individual relevantproperties of things we want to knowabout.

I The entity of Gitksan Nouns or Verbshas the attributes: the Gitksan word,its gloss, and its morphologicalcategory.

I Attributes represent the data thatcharacterizes the entities – and theyusually become the rows in the tables.

Word Gloss MCat.hon ‘fish’ ROOTsmax ‘bear, meat’ ROOTalgyax ‘language’ ROOTs ’m-algyax Gitksan STEM

Table: The Entity set: Nouns

Word Gloss MCat.x- ‘consume’ PREFIXiixwt ‘fish’ ROOTwitxw ‘arrive’ ROOTbakw ‘arrive’ ROOTlitsxxw ‘read’ ROOT

Table: The Entity set: Verbs

Database Theory and Design Day 2: Planning Your Database

Page 76: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Attributes

I Attributes are the details about anentity: they are the individual relevantproperties of things we want to knowabout.

I The entity of Gitksan Nouns or Verbshas the attributes: the Gitksan word,its gloss, and its morphologicalcategory.

I Attributes represent the data thatcharacterizes the entities – and theyusually become the rows in the tables.

Word Gloss MCat.hon ‘fish’ ROOTsmax ‘bear, meat’ ROOTalgyax ‘language’ ROOTs ’m-algyax Gitksan STEM

Table: The Entity set: Nouns

Word Gloss MCat.x- ‘consume’ PREFIXiixwt ‘fish’ ROOTwitxw ‘arrive’ ROOTbakw ‘arrive’ ROOTlitsxxw ‘read’ ROOT

Table: The Entity set: Verbs

Database Theory and Design Day 2: Planning Your Database

Page 77: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities

I In an ER diagram, attributes are represented by ovals that areassociated with the boxed entity by drawing a line connectingthem.

I An alternative notation: VERB(Word, MCat)

Database Theory and Design Day 2: Planning Your Database

Page 78: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities

I In an ER diagram, attributes are represented by ovals that areassociated with the boxed entity by drawing a line connectingthem.

I An alternative notation: VERB(Word, MCat)

Database Theory and Design Day 2: Planning Your Database

Page 79: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:

I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 80: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The word

I Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:

I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 81: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/count

I AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:

I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 82: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI Alienability

I Morphological category

I Let’s add an entity set of verbs to our database:

I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 83: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:

I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 84: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:

I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 85: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:I The word

I Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 86: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:I The wordI Argument structure

I Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 87: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:I The wordI Argument structureI Event structure

I Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 88: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 89: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I Think about a simple lexicographic/field database containingthe entity set of Nouns: what kinds and how many attributeswould you associate to this entity set?

I The wordI Mass/countI AlienabilityI Morphological category

I Let’s add an entity set of verbs to our database:I The wordI Argument structureI Event structureI Morphological category

I The other grammatical categories will also have their ownunique attributes (Adjective: physical, colour, etc.).

Database Theory and Design Day 2: Planning Your Database

Page 90: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I It is often easier to identify attributes than entities: theseusually exists as columns in a pre-existing database.

I However, attributes and entities can be easily confusedbecause on different occasions the same items may be treatedin different ways.

I An attribute becomes an entity when it has significance in itsown right, with its own relationships and attributes.

I Make sure that your definitions apply equally accurately toevery possible instance – not just the normal case.

Database Theory and Design Day 2: Planning Your Database

Page 91: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I It is often easier to identify attributes than entities: theseusually exists as columns in a pre-existing database.

I However, attributes and entities can be easily confusedbecause on different occasions the same items may be treatedin different ways.

I An attribute becomes an entity when it has significance in itsown right, with its own relationships and attributes.

I Make sure that your definitions apply equally accurately toevery possible instance – not just the normal case.

Database Theory and Design Day 2: Planning Your Database

Page 92: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I It is often easier to identify attributes than entities: theseusually exists as columns in a pre-existing database.

I However, attributes and entities can be easily confusedbecause on different occasions the same items may be treatedin different ways.

I An attribute becomes an entity when it has significance in itsown right, with its own relationships and attributes.

I Make sure that your definitions apply equally accurately toevery possible instance – not just the normal case.

Database Theory and Design Day 2: Planning Your Database

Page 93: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I It is often easier to identify attributes than entities: theseusually exists as columns in a pre-existing database.

I However, attributes and entities can be easily confusedbecause on different occasions the same items may be treatedin different ways.

I An attribute becomes an entity when it has significance in itsown right, with its own relationships and attributes.

I Make sure that your definitions apply equally accurately toevery possible instance – not just the normal case.

Database Theory and Design Day 2: Planning Your Database

Page 94: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities cont.

I It is often easier to identify attributes than entities: theseusually exists as columns in a pre-existing database.

I However, attributes and entities can be easily confusedbecause on different occasions the same items may be treatedin different ways.

I An attribute becomes an entity when it has significance in itsown right, with its own relationships and attributes.

I Make sure that your definitions apply equally accurately toevery possible instance – not just the normal case.

Database Theory and Design Day 2: Planning Your Database

Page 95: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:

I Try and identify how the attributes can be related to oneanother by a unique ‘key’ – called the primary key.

I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 96: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.

I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 97: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 98: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}

I Open class: Gloss = {tree, bear, taste, is tall ...}I Primary keys are usually have an Open class (and in an actual

database, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 99: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 100: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 101: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 102: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Two important considerations when identifying attributes:I Try and identify how the attributes can be related to one

another by a unique ‘key’ – called the primary key.I Identify Attribute Domains:

I Closed class: MCat = {ROOT, STEM, AFFIX}I Open class: Gloss = {tree, bear, taste, is tall ...}

I Primary keys are usually have an Open class (and in an actualdatabase, they must be unique).

I Non-primary keys usually (but not always) are closed class.

I We will see how determining attribute domains helps indetermining relationships and adds power to queries.

Database Theory and Design Day 2: Planning Your Database

Page 103: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Entities may share several attributes, but in a languagedatabase they usually the word or gloss in common, which willbe the primary key (underlined in verbatim notation):

I NOUN(Gitksan, Mass/count, Alienability, MCat, Consultant,Example, Notes, CRef)

I VERB(Gitksan, Argument, Event, MCat, Consultant, Example,Notes, CRef)

Database Theory and Design Day 2: Planning Your Database

Page 104: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Entities may share several attributes, but in a languagedatabase they usually the word or gloss in common, which willbe the primary key (underlined in verbatim notation):

I NOUN(Gitksan, Mass/count, Alienability, MCat, Consultant,Example, Notes, CRef)

I VERB(Gitksan, Argument, Event, MCat, Consultant, Example,Notes, CRef)

Database Theory and Design Day 2: Planning Your Database

Page 105: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

Identifying the attributes of entities and the ‘primary key’

I Entities may share several attributes, but in a languagedatabase they usually the word or gloss in common, which willbe the primary key (underlined in verbatim notation):

I NOUN(Gitksan, Mass/count, Alienability, MCat, Consultant,Example, Notes, CRef)

I VERB(Gitksan, Argument, Event, MCat, Consultant, Example,Notes, CRef)

Database Theory and Design Day 2: Planning Your Database

Page 106: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships

I A relationship (not to be confused with a relation) is ameaningful association between two entities.

I It is represented by a diamond and lines that join two entityboxes, along with a label that names the kind of relationship.

Database Theory and Design Day 2: Planning Your Database

Page 107: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships

I A relationship (not to be confused with a relation) is ameaningful association between two entities.

I It is represented by a diamond and lines that join two entityboxes, along with a label that names the kind of relationship.

Database Theory and Design Day 2: Planning Your Database

Page 108: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 109: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.

I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 110: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 111: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSAN

I Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 112: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSS

I Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 113: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 114: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?

I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 115: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 116: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,

I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 117: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 118: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

The Relationships cont.

I Use a simple word that encapsulates the relationship you seebetween the entities.

I For a language database, these are usually as simple as ‘has’.I For example:

I Entity 1: GITKSANI Entity 2: GLOSSI Relationship: between GITKSAN (words) and GLOSS.

I But what does this relationship actually mean?I So far,

I Every Gitksan word has a gloss,I Every gloss has a Gitksan word, as represented by the diagram.

I Is this always desirable?

Database Theory and Design Day 2: Planning Your Database

Page 119: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?I Several consultants can give more than one example sentence

of a word.

Database Theory and Design Day 2: Planning Your Database

Page 120: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?I Several consultants can give more than one example sentence

of a word.

Database Theory and Design Day 2: Planning Your Database

Page 121: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?I Several consultants can give more than one example sentence

of a word.

Database Theory and Design Day 2: Planning Your Database

Page 122: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?I Several consultants can give more than one example sentence

of a word.

Database Theory and Design Day 2: Planning Your Database

Page 123: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?I Several consultants can give more than one example sentence

of a word.

Database Theory and Design Day 2: Planning Your Database

Page 124: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?

I Several consultants can give more than one example sentenceof a word.

Database Theory and Design Day 2: Planning Your Database

Page 125: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

F One-to-one: one entity can be related to only one otherentity (uncommon).

I Every Gitksan word has one meaning (gloss), and every glosshas one Gitksan word.

F One-to-many: one entity can be related to several otherentities.

I Every Gitksan word can have more that one gloss, or, everygloss can have more than one Gitksan word.

F Many-to-many: many entities can be related to many otherentities.

I Any ideas?I Several consultants can give more than one example sentence

of a word.

Database Theory and Design Day 2: Planning Your Database

Page 126: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

I One-to-many: one entity can be related to several otherentities: A Gitksan word can have more that one gloss.

I wilp ‘house (physical), clan’I ’nakw ‘evidential, spatial/temporal distal’

I In an ER diagram, this represented by a little ‘pitchfork’ atthe ‘many side’ of the relationship:

Database Theory and Design Day 2: Planning Your Database

Page 127: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

I One-to-many: one entity can be related to several otherentities: A Gitksan word can have more that one gloss.

I wilp ‘house (physical), clan’

I ’nakw ‘evidential, spatial/temporal distal’I In an ER diagram, this represented by a little ‘pitchfork’ at

the ‘many side’ of the relationship:

Database Theory and Design Day 2: Planning Your Database

Page 128: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

I One-to-many: one entity can be related to several otherentities: A Gitksan word can have more that one gloss.

I wilp ‘house (physical), clan’I ’nakw ‘evidential, spatial/temporal distal’

I In an ER diagram, this represented by a little ‘pitchfork’ atthe ‘many side’ of the relationship:

Database Theory and Design Day 2: Planning Your Database

Page 129: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

How entities are related to one another: Connectivity

I One-to-many: one entity can be related to several otherentities: A Gitksan word can have more that one gloss.

I wilp ‘house (physical), clan’I ’nakw ‘evidential, spatial/temporal distal’

I In an ER diagram, this represented by a little ‘pitchfork’ atthe ‘many side’ of the relationship:

Database Theory and Design Day 2: Planning Your Database

Page 130: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

More heuristics:

I Be willing to alter the diagram and reposition the boxes andlines (i.e. use a pencil).

I Simplify by concentrating on the important entities – the restcan be added as your goals become clearer.

I There may well be more than one solution when the problemis a complex one.

I Don’t go crazy with relationships: they can be difficult toimplement and can actually end up making your databaseoverly-restrictive and difficult to query.

Database Theory and Design Day 2: Planning Your Database

Page 131: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

More heuristics:

I Be willing to alter the diagram and reposition the boxes andlines (i.e. use a pencil).

I Simplify by concentrating on the important entities – the restcan be added as your goals become clearer.

I There may well be more than one solution when the problemis a complex one.

I Don’t go crazy with relationships: they can be difficult toimplement and can actually end up making your databaseoverly-restrictive and difficult to query.

Database Theory and Design Day 2: Planning Your Database

Page 132: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

More heuristics:

I Be willing to alter the diagram and reposition the boxes andlines (i.e. use a pencil).

I Simplify by concentrating on the important entities – the restcan be added as your goals become clearer.

I There may well be more than one solution when the problemis a complex one.

I Don’t go crazy with relationships: they can be difficult toimplement and can actually end up making your databaseoverly-restrictive and difficult to query.

Database Theory and Design Day 2: Planning Your Database

Page 133: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

Preliminary steps, and the “Systems Development Life Cycle”PlanningAnalysis & Design

More heuristics:

I Be willing to alter the diagram and reposition the boxes andlines (i.e. use a pencil).

I Simplify by concentrating on the important entities – the restcan be added as your goals become clearer.

I There may well be more than one solution when the problemis a complex one.

I Don’t go crazy with relationships: they can be difficult toimplement and can actually end up making your databaseoverly-restrictive and difficult to query.

Database Theory and Design Day 2: Planning Your Database

Page 134: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 1: A mini-ER model for Gitksan

1. Form groups of 3 and work the kinds of attributes you wouldassign to the following entity sets:

I VERBI PRONOUNI DETERMINERI GLOSSI EXAMPLE

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 135: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 1: A mini-ER model for Gitksan

1. Form groups of 3 and work the kinds of attributes you wouldassign to the following entity sets:

I VERBI PRONOUNI DETERMINERI GLOSSI EXAMPLE

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 136: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 1: A mini-ER model for Gitksan

1. Form groups of 3 and work the kinds of attributes you wouldassign to the following entity sets:

I VERBI PRONOUNI DETERMINERI GLOSSI EXAMPLE

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 137: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 1: A mini-ER model for Gitksan

1. Form groups of 3 and work the kinds of attributes you wouldassign to the following entity sets:

I VERBI PRONOUNI DETERMINERI GLOSSI EXAMPLE

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 138: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 2: A mini-ER model for your own language data

1. On your own (or in a group if you like) take a fragment ofyour own language data and work the kinds of attributes youwould assign to the entity sets you’ve identified:

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 139: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 2: A mini-ER model for your own language data

1. On your own (or in a group if you like) take a fragment ofyour own language data and work the kinds of attributes youwould assign to the entity sets you’ve identified:

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 140: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Choice 2: A mini-ER model for your own language data

1. On your own (or in a group if you like) take a fragment ofyour own language data and work the kinds of attributes youwould assign to the entity sets you’ve identified:

2. Identity a primary key and how these entity sets might berelated.

F Remember: there is no single, correct solution!

Database Theory and Design Day 2: Planning Your Database

Page 141: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Implementation in OO Base

I In the next section we will take the first steps onimplementing a possible version of a relational database forour Gitksan data (and, hopefully, your own data).

I Translating the ER diagram into Base tablesI Understanding the field and values associated with the

attribute columns.I Implementing the relationships.I Bring the tables together: Basic querying in Base.

Database Theory and Design Day 2: Planning Your Database

Page 142: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Implementation in OO Base

I In the next section we will take the first steps onimplementing a possible version of a relational database forour Gitksan data (and, hopefully, your own data).

I Translating the ER diagram into Base tables

I Understanding the field and values associated with theattribute columns.

I Implementing the relationships.I Bring the tables together: Basic querying in Base.

Database Theory and Design Day 2: Planning Your Database

Page 143: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Implementation in OO Base

I In the next section we will take the first steps onimplementing a possible version of a relational database forour Gitksan data (and, hopefully, your own data).

I Translating the ER diagram into Base tablesI Understanding the field and values associated with the

attribute columns.

I Implementing the relationships.I Bring the tables together: Basic querying in Base.

Database Theory and Design Day 2: Planning Your Database

Page 144: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Implementation in OO Base

I In the next section we will take the first steps onimplementing a possible version of a relational database forour Gitksan data (and, hopefully, your own data).

I Translating the ER diagram into Base tablesI Understanding the field and values associated with the

attribute columns.I Implementing the relationships.

I Bring the tables together: Basic querying in Base.

Database Theory and Design Day 2: Planning Your Database

Page 145: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

Implementation in OO Base

I In the next section we will take the first steps onimplementing a possible version of a relational database forour Gitksan data (and, hopefully, your own data).

I Translating the ER diagram into Base tablesI Understanding the field and values associated with the

attribute columns.I Implementing the relationships.I Bring the tables together: Basic querying in Base.

Database Theory and Design Day 2: Planning Your Database

Page 146: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

A relational model (ER diagram) for your own data

I Take a look at relational tables (entity sets) you made foryour data from last session:

I Take these entity sets and enrich them with relevant additionalattributes.

I Sketch these into a simple ER diagram.I Identify the relationships that connect them. (tip: don’t

overcomplicate these! Find an attribute they share incommon.)

Database Theory and Design Day 2: Planning Your Database

Page 147: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

A relational model (ER diagram) for your own data

I Take a look at relational tables (entity sets) you made foryour data from last session:

I Take these entity sets and enrich them with relevant additionalattributes.

I Sketch these into a simple ER diagram.I Identify the relationships that connect them. (tip: don’t

overcomplicate these! Find an attribute they share incommon.)

Database Theory and Design Day 2: Planning Your Database

Page 148: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

A relational model (ER diagram) for your own data

I Take a look at relational tables (entity sets) you made foryour data from last session:

I Take these entity sets and enrich them with relevant additionalattributes.

I Sketch these into a simple ER diagram.

I Identify the relationships that connect them. (tip: don’tovercomplicate these! Find an attribute they share incommon.)

Database Theory and Design Day 2: Planning Your Database

Page 149: Day 2: Planning Your Database - Arizona State Universitytrpete13/materials/Day_2.pdfDay 2: Planning Your Database Understanding the Relational Model, Organizing Data for It Database

OutlineA Review

The Relational Database ModelThe Next Step: Designing a Relational Database

Exercise and Follow-up

In class exercise: An Mini-relational databaseThe Next Step: Implementing a Relational DatabaseTake-home Assignment

A relational model (ER diagram) for your own data

I Take a look at relational tables (entity sets) you made foryour data from last session:

I Take these entity sets and enrich them with relevant additionalattributes.

I Sketch these into a simple ER diagram.I Identify the relationships that connect them. (tip: don’t

overcomplicate these! Find an attribute they share incommon.)

Database Theory and Design Day 2: Planning Your Database