api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58735
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 26886 | 26886 | 58735 58735 | PubChem (compound) 1 | 67651 67651 | 1 |
| 334089 | 334089 | 58735 58735 | PubChem (substance) 2 | 67651 67651 | 1 |
| 725449 | 725449 | 58735 58735 | PubChem (substance) 2 | 67651 67651 | 2 |
| 979825 | 979825 | 58735 58735 | CAS Common Chemistry 3 | 67651 67651 | 1 |
| 1182725 | 1182725 | 58735 58735 | Computational Toxicology and Exposure Data 4 | 92838 92838 | 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)
);