api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56655
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 95887 | 95887 | 56655 56655 | PubChem (compound) 1 | 45285 45285 | 1 |
| 431057 | 431057 | 56655 56655 | PubChem (substance) 2 | 45285 45285 | 1 |
| 746975 | 746975 | 56655 56655 | PubChem (substance) 2 | 195365 195365 | 2 |
| 1009192 | 1009192 | 56655 56655 | CAS Common Chemistry 3 | 45285 45285 | 1 |
| 1211220 | 1211220 | 56655 56655 | Computational Toxicology and Exposure Data 4 | 45285 45285 | 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)
);