api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14527
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 30293 | 30293 | 14527 14527 | PubChem (compound) 1 | 3164 3164 | 1 |
| 337879 | 337879 | 14527 14527 | PubChem (substance) 2 | 2310 2310 | 2 |
| 338606 | 338606 | 14527 14527 | PubChem (substance) 2 | 3164 3164 | 1 |
| 960500 | 960500 | 14527 14527 | CAS Common Chemistry 3 | 3164 3164 | 1 |
| 1161206 | 1161206 | 14527 14527 | Computational Toxicology and Exposure Data 4 | 119548 119548 | 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)
);