api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 124103
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 144137 | 144137 | 124103 124103 | PubChem (compound) 1 | 14935 14935 | 1 |
| 497666 | 497666 | 124103 124103 | PubChem (substance) 2 | 14935 14935 | 1 |
| 788213 | 788213 | 124103 124103 | PubChem (substance) 2 | 315002 315002 | 2 |
| 1043146 | 1043146 | 124103 124103 | CAS Common Chemistry 3 | 14935 14935 | 1 |
| 1246077 | 1246077 | 124103 124103 | Computational Toxicology and Exposure Data 4 | 14935 14935 | 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)
);