api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 80643
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 112050 | 112050 | 80643 80643 | PubChem (compound) 1 | 83623 83623 | 1 |
| 301204 | 301204 | 80643 80643 | PubChem (substance) 2 | 2614 2614 | 2 |
| 453841 | 453841 | 80643 80643 | PubChem (substance) 2 | 83623 83623 | 1 |
| 1020110 | 1020110 | 80643 80643 | CAS Common Chemistry 3 | 83623 83623 | 1 |
| 1222474 | 1222474 | 80643 80643 | Computational Toxicology and Exposure Data 4 | 83623 83623 | 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)
);