api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27004
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 58762 | 58762 | 27004 27004 | PubChem (compound) 1 | 70053 70053 | 1 |
| 378845 | 378845 | 27004 27004 | PubChem (substance) 2 | 70053 70053 | 1 |
| 726423 | 726423 | 27004 27004 | PubChem (substance) 2 | 141283 141283 | 2 |
| 981328 | 981328 | 27004 27004 | CAS Common Chemistry 3 | 70053 70053 | 1 |
| 1184193 | 1184193 | 27004 27004 | Computational Toxicology and Exposure Data 4 | 98905 98905 | 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)
);