api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 302669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 79934 | 79934 | 302669 302669 | PubChem (compound) 1 | 60316 60316 | 1 |
| 408974 | 408974 | 302669 302669 | PubChem (substance) 2 | 60316 60316 | 1 |
| 643540 | 643540 | 302669 302669 | PubChem (substance) 2 | 217567 217567 | 2 |
| 996663 | 996663 | 302669 302669 | CAS Common Chemistry 3 | 60316 60316 | 1 |
| 1199675 | 1199675 | 302669 302669 | Computational Toxicology and Exposure Data 4 | 93768 93768 | 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)
);