api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 54288
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 781853 | 781853 | 150246 150246 | PubChem (substance) 2 | 54288 54288 | 2 |
| 781854 | 781854 | 115531 115531 | PubChem (substance) 2 | 54288 54288 | 2 |
| 781855 | 781855 | 240420 240420 | PubChem (substance) 2 | 54288 54288 | 2 |
| 781856 | 781856 | 115530 115530 | PubChem (substance) 2 | 54288 54288 | 2 |
| 1036232 | 1036232 | 115530 115530 | CAS Common Chemistry 3 | 54288 54288 | 1 |
| 1239187 | 1239187 | 115531 115531 | Computational Toxicology and Exposure Data 4 | 54288 54288 | 1 |
| 1239188 | 1239188 | 115530 115530 | Computational Toxicology and Exposure Data 4 | 54288 54288 | 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)
);