api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19180
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 42680 | 42680 | 19180 19180 | PubChem (compound) 1 | 83882 83882 | 1 |
| 356388 | 356388 | 19180 19180 | PubChem (substance) 2 | 83882 83882 | 1 |
| 365800 | 365800 | 19180 19180 | PubChem (substance) 2 | 27320 27320 | 2 |
| 969392 | 969392 | 19180 19180 | CAS Common Chemistry 3 | 83882 83882 | 1 |
| 1171612 | 1171612 | 19180 19180 | Computational Toxicology and Exposure Data 4 | 83882 83882 | 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)
);