api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 102465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 123744 | 123744 | 102465 102465 | PubChem (compound) 1 | 83662 83662 | 1 |
| 306059 | 306059 | 102465 102465 | PubChem (substance) 2 | 10980 10980 | 2 |
| 470232 | 470232 | 102465 102465 | PubChem (substance) 2 | 83662 83662 | 1 |
| 1027938 | 1027938 | 102465 102465 | CAS Common Chemistry 3 | 83662 83662 | 1 |
| 1230664 | 1230664 | 102465 102465 | Computational Toxicology and Exposure Data 4 | 83662 83662 | 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)
);