Education
BS, Forestry, University of Washington
MS, SAFS, University of Washington
Appointments
UW Alaska Salmon Program (2004-2007)
Founder, Sound Data Management (2008-present)
Co-founder, Sharper Informatics Solutions (2020-present)
30 January 2023
Education
BS, Forestry, University of Washington
MS, SAFS, University of Washington
Appointments
UW Alaska Salmon Program (2004-2007)
Founder, Sound Data Management (2008-present)
Co-founder, Sharper Informatics Solutions (2020-present)
“A relational database is a digital database based on the relational model of data, as proposed by E. F. Codd in 1970.”
Relational databases are created and manipulated using Structured Query Language (SQL)
Relational database software (RDBMS) allow users to create relational databases using SQL
Some well know RDBMS include
Relational databases store data in tables
INTEGER
, TEXT
)Field_ID | Color | Smell | Count | Last_updated |
---|---|---|---|---|
Record_one | Green | Pine trees | 13 | 2/1/2021 |
Record_two | Yellow | Lemon | 20 | 1/21/2021 |
Record_three | Red | Cherry | 4.5 | 2/1/2021 |
“[every] non-key [attribute] must provide a fact about the key, the whole key, and nothing but the key, so help me Codd.”