Structsยง
- Dog
- DogQuery
- This is plain old data.
- Key
- Person
- Person
Query - This table has keys to other tables
- Surname
- By defining a
Surname
type, we can query whichPerson
have a given surname. - Surname
Query - This is plain old data.
By defining a
Surname
type, we can query whichPerson
have a given surname. - Tree