api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 38309 | 38309 | 17431 17431 | PubChem (compound) 1 | 49515 49515 | 1 |
| 350434 | 350434 | 17431 17431 | PubChem (substance) 2 | 49515 49515 | 1 |
| 716308 | 716308 | 17431 17431 | PubChem (substance) 2 | 196496 196496 | 2 |
| 966088 | 966088 | 17431 17431 | CAS Common Chemistry 3 | 49515 49515 | 1 |
| 1167945 | 1167945 | 17431 17431 | Computational Toxicology and Exposure Data 4 | 49515 49515 | 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)
);