api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 152075
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 64552 | 64552 | 152075 152075 | PubChem (compound) 1 | 102553 102553 | 1 |
| 387694 | 387694 | 152075 152075 | PubChem (substance) 2 | 102553 102553 | 1 |
| 731049 | 731049 | 152075 152075 | PubChem (substance) 2 | 290884 290884 | 2 |
| 985729 | 985729 | 152075 152075 | CAS Common Chemistry 3 | 10590 10590 | 1 |
| 1188665 | 1188665 | 152075 152075 | Computational Toxicology and Exposure Data 4 | 102553 102553 | 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)
);