api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 59959
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 99718 | 99718 | 59959 59959 | PubChem (compound) 1 | 4327 4327 | 1 |
| 99721 | 99721 | 59959 59959 | PubChem (compound) 1 | 136968 136968 | 2 |
| 99723 | 99723 | 59959 59959 | PubChem (compound) 1 | 207107 207107 | 3 |
| 436810 | 436810 | 59959 59959 | PubChem (substance) 2 | 4327 4327 | 1 |
| 436816 | 436816 | 59959 59959 | PubChem (substance) 2 | 136968 136968 | 2 |
| 436817 | 436817 | 59959 59959 | PubChem (substance) 2 | 207107 207107 | 3 |
| 448766 | 448766 | 59959 59959 | PubChem (substance) 2 | 4173 4173 | 4 |
| 480059 | 480059 | 59959 59959 | PubChem (substance) 2 | 106246 106246 | 5 |
| 1011726 | 1011726 | 59959 59959 | CAS Common Chemistry 3 | 4327 4327 | 1 |
| 1213838 | 1213838 | 59959 59959 | Computational Toxicology and Exposure Data 4 | 4327 4327 | 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)
);