api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 343781
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 119932 | 119932 | 343781 343781 | PubChem (compound) 1 | 187564 187564 | 1 |
| 346493 | 346493 | 343781 343781 | PubChem (substance) 2 | 13350 13350 | 4 |
| 464711 | 464711 | 343781 343781 | PubChem (substance) 2 | 187564 187564 | 1 |
| 464727 | 464727 | 343781 343781 | PubChem (substance) 2 | 74396 74396 | 2 |
| 464734 | 464734 | 343781 343781 | PubChem (substance) 2 | 186376 186376 | 3 |
| 1115861 | 1115861 | 343781 343781 | CAS Common Chemistry 3 | 74396 74396 | 1 |
| 1234869 | 1234869 | 343781 343781 | Computational Toxicology and Exposure Data 4 | 112091 112091 | 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)
);