api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 137375
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 157480 | 157480 | 137375 137375 | PubChem (compound) 1 | 47673 47673 | 1 |
| 482731 | 482731 | 137375 137375 | PubChem (substance) 2 | 46424 46424 | 2 |
| 515000 | 515000 | 137375 137375 | PubChem (substance) 2 | 47673 47673 | 1 |
| 1053354 | 1053354 | 137375 137375 | CAS Common Chemistry 3 | 47673 47673 | 1 |
| 1256086 | 1256086 | 137375 137375 | Computational Toxicology and Exposure Data 4 | 94683 94683 | 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)
);