api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 115427
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 121489 | 121489 | 115427 115427 | PubChem (compound) 1 | 53921 53921 | 1 |
| 466991 | 466991 | 115427 115427 | PubChem (substance) 2 | 53921 53921 | 1 |
| 781812 | 781812 | 115427 115427 | PubChem (substance) 2 | 224519 224519 | 2 |
| 1026558 | 1026558 | 115427 115427 | CAS Common Chemistry 3 | 53921 53921 | 1 |
| 1229175 | 1229175 | 115427 115427 | Computational Toxicology and Exposure Data 4 | 53921 53921 | 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)
);