api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 124882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 144912 | 144912 | 124882 124882 | PubChem (compound) 1 | 17227 17227 | 1 |
| 342104 | 342104 | 124882 124882 | PubChem (substance) 2 | 5485 5485 | 2 |
| 498663 | 498663 | 124882 124882 | PubChem (substance) 2 | 17227 17227 | 1 |
| 1043767 | 1043767 | 124882 124882 | CAS Common Chemistry 3 | 17227 17227 | 1 |
| 1246690 | 1246690 | 124882 124882 | Computational Toxicology and Exposure Data 4 | 17227 17227 | 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)
);