api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15205
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 32052 | 32052 | 15205 15205 | PubChem (compound) 1 | 33036 33036 | 1 |
| 341264 | 341264 | 15205 15205 | PubChem (substance) 2 | 33036 33036 | 1 |
| 673047 | 673047 | 15205 15205 | PubChem (substance) 2 | 28110 28110 | 2 |
| 961567 | 961567 | 15205 15205 | CAS Common Chemistry 3 | 33036 33036 | 1 |
| 1162606 | 1162606 | 15205 15205 | Computational Toxicology and Exposure Data 4 | 33036 33036 | 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)
);