api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405548
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 14087 | 14087 | 405548 405548 | PubChem (compound) 1 | 102416 102416 | 1 |
| 315501 | 315501 | 405548 405548 | PubChem (substance) 2 | 102416 102416 | 1 |
| 948660 | 948660 | 405548 405548 | CAS Common Chemistry 3 | 75779 75779 | 1 |
| 1147209 | 1147209 | 405548 405548 | Computational Toxicology and Exposure Data 4 | 102416 102416 | 1 |
| 1229548 | 1229548 | 405548 405548 | Computational Toxicology and Exposure Data 4 | 108869 108869 | 2 |
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)
);