api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 132156
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 152213 | 152213 | 132156 132156 | PubChem (compound) 1 | 187843 187843 | 1 |
| 152216 | 152216 | 132156 132156 | PubChem (compound) 1 | 35466 35466 | 2 |
| 152218 | 152218 | 132156 132156 | PubChem (compound) 1 | 208766 208766 | 3 |
| 508188 | 508188 | 132156 132156 | PubChem (substance) 2 | 187843 187843 | 1 |
| 508192 | 508192 | 132156 132156 | PubChem (substance) 2 | 35466 35466 | 2 |
| 508194 | 508194 | 132156 132156 | PubChem (substance) 2 | 208766 208766 | 4 |
| 793310 | 793310 | 132156 132156 | PubChem (substance) 2 | 190194 190194 | 3 |
| 1049399 | 1049399 | 132156 132156 | CAS Common Chemistry 3 | 35466 35466 | 1 |
| 1252194 | 1252194 | 132156 132156 | Computational Toxicology and Exposure Data 4 | 35466 35466 | 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)
);