api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14329
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 29849 | 29849 | 14329 14329 | PubChem (compound) 1 | 2593 2593 | 1 |
| 338004 | 338004 | 14329 14329 | PubChem (substance) 2 | 2593 2593 | 1 |
| 380099 | 380099 | 14329 14329 | PubChem (substance) 2 | 74391 74391 | 2 |
| 960125 | 960125 | 14329 14329 | CAS Common Chemistry 3 | 2593 2593 | 1 |
| 1160788 | 1160788 | 14329 14329 | Computational Toxicology and Exposure Data 4 | 106258 106258 | 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)
);