home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

0 rows where taxon = 117766

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [species_counts] (
   [place] TEXT REFERENCES [places]([slug]),
   [taxon] INTEGER REFERENCES [taxons]([id]),
   [count] INTEGER,
   PRIMARY KEY ([place], [taxon])
);
Powered by Datasette · Queries took 8.903ms