api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 319675
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 111564 | 111564 | 319675 319675 | PubChem (compound) 1 | 1460 1460 | 1 |
| 444422 | 444422 | 319675 319675 | PubChem (substance) 2 | 92844 92844 | 2 |
| 453182 | 453182 | 319675 319675 | PubChem (substance) 2 | 1460 1460 | 1 |
| 1019795 | 1019795 | 319675 319675 | CAS Common Chemistry 3 | 1460 1460 | 1 |
| 1222180 | 1222180 | 319675 319675 | Computational Toxicology and Exposure Data 4 | 1460 1460 | 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)
);