api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 130712
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 150812 | 150812 | 130712 130712 | PubChem (compound) 1 | 32219 32219 | 1 |
| 506326 | 506326 | 130712 130712 | PubChem (substance) 2 | 32219 32219 | 1 |
| 506329 | 506329 | 130712 130712 | PubChem (substance) 2 | 143564 143564 | 2 |
| 598493 | 598493 | 130712 130712 | PubChem (substance) 2 | 79352 79352 | 4 |
| 792442 | 792442 | 130712 130712 | PubChem (substance) 2 | 156152 156152 | 3 |
| 1048346 | 1048346 | 130712 130712 | CAS Common Chemistry 3 | 32219 32219 | 1 |
| 1251183 | 1251183 | 130712 130712 | Computational Toxicology and Exposure Data 4 | 126883 126883 | 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)
);