api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 266632
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 4023 | 4023 | 266632 266632 | PubChem (compound) 1 | 54887 54887 | 1 |
| 301130 | 301130 | 266632 266632 | PubChem (substance) 2 | 31326 31326 | 2 |
| 301145 | 301145 | 266632 266632 | PubChem (substance) 2 | 54887 54887 | 1 |
| 941052 | 941052 | 266632 266632 | CAS Common Chemistry 3 | 54887 54887 | 1 |
| 1138309 | 1138309 | 266632 266632 | Computational Toxicology and Exposure Data 4 | 92587 92587 | 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)
);