Data Retrieval Views¶
The views appearing in this section exist for convenience in querying. Some exist to make the data look more like the “old” data, as it appeared in the old MS Access database. Others reproduce common query patterns, eliminiating the need to connect (join) multiple tables.
View |
One row for each |
Purpose |
Tables/Views used |
|---|---|---|---|
BIOGRAPHY_DATA row |
Reproduce “old” data |
Data Modification Views¶
The views appearing in this section exist so that data can be more easily uploaded into the database and more easily modifed. These views may also be suitable for querying.
Some exist to make the data look more like the “old” data, as it appeared in the old MS Access database. Others reproduce common query patterns, eliminiating the need to connect (join) multiple tables.
View |
One row for each |
Purpose |
Tables/Views used |
|---|---|---|---|
EVENTS row, where the behavior observed is a dyadic interaction |
Simplifies querying – puts the two individals involved in a dyadic interactions into a single row. |
||
OBS (Observations) |
EVENTS row, so one row for every observed event |
Simplifies querying – attaches a date and a AnimID, etc., to each event. |
|
EVENTS row related to a PANTGRUNTS row |
Upload pantgrunt data, reproduce “old” data |
Page last generated: 2026-07-05 18:38:43 UTC