api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 19942 | 19942 | 10482 10482 | PubChem (compound) 1 | 59375 59375 | 1 |
| 323974 | 323974 | 10482 10482 | PubChem (substance) 2 | 59375 59375 | 1 |
| 706084 | 706084 | 10482 10482 | PubChem (substance) 2 | 7486 7486 | 2 |
| 952983 | 952983 | 10482 10482 | CAS Common Chemistry 3 | 7486 7486 | 1 |
| 1152312 | 1152312 | 10482 10482 | Computational Toxicology and Exposure Data 4 | 7486 7486 | 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)
);