api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 112388
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 131507 | 131507 | 112388 112388 | PubChem (compound) 1 | 43341 43341 | 1 |
| 480805 | 480805 | 112388 112388 | PubChem (substance) 2 | 43341 43341 | 1 |
| 778861 | 778861 | 112388 112388 | PubChem (substance) 2 | 208477 208477 | 2 |
| 1033672 | 1033672 | 112388 112388 | CAS Common Chemistry 3 | 43341 43341 | 1 |
| 1236618 | 1236618 | 112388 112388 | Computational Toxicology and Exposure Data 4 | 43341 43341 | 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)
);