Week 4 - Missing data

Which sites have no egg data? Please answer this question using all three techniques demonstrated in class. In doing so, you will need to work with the Bird_eggs table, the Site table, or both. As a reminder, the techniques are:

Add an ORDER BY clause to your queries so that all three produce the exact same result:

┌─────────┐
│  Code   │
│ varchar │
├─────────┤
│ barr    │
│ burn    │
│ bylo    │
│ cakr    │
│ cari    │
│ chau    │
│ coat    │
│ colv    │
│ iglo    │
│ ikpi    │
│ lkri    │
│ made    │
│ nome    │
│ prba    │
├─────────┤
│ 14 rows │
└─────────┘

Submit your SQL.


Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License

UCSB logo