api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22212
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 49377 | 49377 | 22212 22212 | PubChem (compound) 1 | 27386 27386 | 1 |
| 365859 | 365859 | 22212 22212 | PubChem (substance) 2 | 27386 27386 | 1 |
| 721555 | 721555 | 22212 22212 | PubChem (substance) 2 | 160487 160487 | 2 |
| 974017 | 974017 | 22212 22212 | CAS Common Chemistry 3 | 27386 27386 | 1 |
| 1176738 | 1176738 | 22212 22212 | Computational Toxicology and Exposure Data 4 | 120364 120364 | 1 |
CREATE TABLE [api_results] (
[query_id] integer,
[api_id] integer,
[inchi_id] integer,
[rank] integer,
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
FOREIGN KEY (api_id) REFERENCES api_services(api_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);