api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 174512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 193109 | 193109 | 174512 174512 | PubChem (compound) 1 | 38596 38596 | 1 |
| 561989 | 561989 | 174512 174512 | PubChem (substance) 2 | 38596 38596 | 1 |
| 820358 | 820358 | 174512 174512 | PubChem (substance) 2 | 155390 155390 | 2 |
| 1079091 | 1079091 | 174512 174512 | CAS Common Chemistry 3 | 38596 38596 | 1 |
| 1280564 | 1280564 | 174512 174512 | Computational Toxicology and Exposure Data 4 | 38596 38596 | 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)
);