api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 437588
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 118716 | 118716 | 437588 437588 | PubChem (compound) 1 | 38145 38145 | 1 |
| 363716 | 363716 | 437588 437588 | PubChem (substance) 2 | 312 312 | 2 |
| 463129 | 463129 | 437588 437588 | PubChem (substance) 2 | 38145 38145 | 1 |
| 972748 | 972748 | 437588 437588 | CAS Common Chemistry 3 | 38145 38145 | 1 |
| 1227197 | 1227197 | 437588 437588 | Computational Toxicology and Exposure Data 4 | 38145 38145 | 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)
);