api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 109644
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 18909 | 18909 | 109644 109644 | PubChem (compound) 1 | 8145 8145 | 1 |
| 322423 | 322423 | 109644 109644 | PubChem (substance) 2 | 8145 8145 | 1 |
| 705410 | 705410 | 109644 109644 | PubChem (substance) 2 | 224121 224121 | 2 |
| 952270 | 952270 | 109644 109644 | CAS Common Chemistry 3 | 8145 8145 | 1 |
| 1151502 | 1151502 | 109644 109644 | Computational Toxicology and Exposure Data 4 | 8145 8145 | 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)
);