api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 94557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 70473 | 70473 | 94557 94557 | PubChem (compound) 1 | 8400 8400 | 1 |
| 395968 | 395968 | 94557 94557 | PubChem (substance) 2 | 8400 8400 | 1 |
| 733960 | 733960 | 94557 94557 | PubChem (substance) 2 | 111494 111494 | 2 |
| 1023403 | 1023403 | 94557 94557 | CAS Common Chemistry 3 | 8400 8400 | 1 |
| 1225771 | 1225771 | 94557 94557 | Computational Toxicology and Exposure Data 4 | 111494 111494 | 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)
);