api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 375959
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 269285 | 269285 | 375959 375959 | PubChem (compound) 1 | 169769 169769 | 1 |
| 658845 | 658845 | 375959 375959 | PubChem (substance) 2 | 169769 169769 | 1 |
| 918743 | 918743 | 375959 375959 | PubChem (substance) 2 | 163939 163939 | 2 |
| 1117881 | 1117881 | 375959 375959 | CAS Common Chemistry 3 | 62939 62939 | 1 |
| 1329465 | 1329465 | 375959 375959 | Computational Toxicology and Exposure Data 4 | 120699 120699 | 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)
);