api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 118599
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 138268 | 138268 | 118599 118599 | PubChem (compound) 1 | 74887 74887 | 1 |
| 489885 | 489885 | 118599 118599 | PubChem (substance) 2 | 74887 74887 | 1 |
| 783789 | 783789 | 118599 118599 | PubChem (substance) 2 | 179990 179990 | 2 |
| 1038868 | 1038868 | 118599 118599 | CAS Common Chemistry 3 | 74887 74887 | 1 |
| 1241853 | 1241853 | 118599 118599 | Computational Toxicology and Exposure Data 4 | 74887 74887 | 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)
);