api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 119363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 139083 | 139083 | 119363 119363 | PubChem (compound) 1 | 79866 79866 | 1 |
| 490922 | 490922 | 119363 119363 | PubChem (substance) 2 | 79866 79866 | 1 |
| 499436 | 499436 | 119363 119363 | PubChem (substance) 2 | 19268 19268 | 2 |
| 1039486 | 1039486 | 119363 119363 | CAS Common Chemistry 3 | 79866 79866 | 1 |
| 1242485 | 1242485 | 119363 119363 | Computational Toxicology and Exposure Data 4 | 111441 111441 | 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)
);