api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 90737
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 117447 | 117447 | 90737 90737 | PubChem (compound) 1 | 30458 30458 | 1 |
| 319969 | 319969 | 90737 90737 | PubChem (substance) 2 | 2904 2904 | 2 |
| 461440 | 461440 | 90737 90737 | PubChem (substance) 2 | 30458 30458 | 1 |
| 950347 | 950347 | 90737 90737 | CAS Common Chemistry 3 | 2904 2904 | 1 |
| 1023912 | 1023912 | 90737 90737 | CAS Common Chemistry 3 | 30458 30458 | 2 |
| 1226300 | 1226300 | 90737 90737 | Computational Toxicology and Exposure Data 4 | 30458 30458 | 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)
);