api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 70185
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 163864 | 163864 | 143755 143755 | PubChem (compound) 1 | 70185 70185 | 1 |
| 163865 | 163865 | 143754 143754 | PubChem (compound) 1 | 70185 70185 | 1 |
| 523357 | 523357 | 143755 143755 | PubChem (substance) 2 | 70185 70185 | 1 |
| 523358 | 523358 | 143754 143754 | PubChem (substance) 2 | 70185 70185 | 1 |
| 523359 | 523359 | 152122 152122 | PubChem (substance) 2 | 70185 70185 | 2 |
| 1058100 | 1058100 | 143754 143754 | CAS Common Chemistry 3 | 70185 70185 | 1 |
| 1260673 | 1260673 | 143754 143754 | Computational Toxicology and Exposure Data 4 | 70185 70185 | 1 |
| 1260674 | 1260674 | 143755 143755 | Computational Toxicology and Exposure Data 4 | 70185 70185 | 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)
);