api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 188150
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 205889 | 205889 | 188150 188150 | PubChem (compound) 1 | 143216 143216 | 1 |
| 578331 | 578331 | 188150 188150 | PubChem (substance) 2 | 143216 143216 | 1 |
| 827149 | 827149 | 188150 188150 | PubChem (substance) 2 | 143216 143216 | 2 |
| 827150 | 827150 | 188150 188150 | PubChem (substance) 2 | 232971 232971 | 3 |
| 827151 | 827151 | 188150 188150 | PubChem (substance) 2 | 184549 184549 | 4 |
| 827153 | 827153 | 188150 188150 | PubChem (substance) 2 | 143217 143217 | 5 |
| 1087855 | 1087855 | 188150 188150 | CAS Common Chemistry 3 | 58229 58229 | 1 |
| 1289588 | 1289588 | 188150 188150 | Computational Toxicology and Exposure Data 4 | 58229 58229 | 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)
);