Fruits table
From Discourse DB
Data was retrieved from the fruits data page, using the External Data extension.
All fruits (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with links added to the fruit names as a demonstration):
| Name | Color | Shape |
|---|---|---|
| Apple | Red | Round |
| Banana | Yellow | Oblong |
| Orange | Orange | Round |
| Pear | Yellow | Pear-shaped |
Yellow fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow):
| Name | Color | Shape |
|---|---|---|
| Banana | Yellow | Oblong |
| Pear | Yellow | Pear-shaped |
Red fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with an additional "color==Red" filter placed in the call):
| Name | Color | Shape |
|---|---|---|
| Apple | Red | Round |