api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 43001
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 82651 | 82651 | 43001 43001 | PubChem (compound) 1 | 65759 65759 | 1 |
| 412719 | 412719 | 43001 43001 | PubChem (substance) 2 | 65759 65759 | 1 |
| 454042 | 454042 | 43001 43001 | PubChem (substance) 2 | 63397 63397 | 2 |
| 998568 | 998568 | 43001 43001 | CAS Common Chemistry 3 | 65759 65759 | 1 |
| 1201677 | 1201677 | 43001 43001 | Computational Toxicology and Exposure Data 4 | 120032 120032 | 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)
);