api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 74306
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 109052 | 109052 | 74306 74306 | PubChem (compound) 1 | 7390 7390 | 1 |
| 449698 | 449698 | 74306 74306 | PubChem (substance) 2 | 7390 7390 | 1 |
| 758340 | 758340 | 74306 74306 | PubChem (substance) 2 | 265613 265613 | 2 |
| 1018095 | 1018095 | 74306 74306 | CAS Common Chemistry 3 | 7390 7390 | 1 |
| 1220419 | 1220419 | 74306 74306 | Computational Toxicology and Exposure Data 4 | 7390 7390 | 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)
);