api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 408085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 120542 | 120542 | 408085 408085 | PubChem (compound) 1 | 97336 97336 | 1 |
| 465673 | 465673 | 408085 408085 | PubChem (substance) 2 | 97336 97336 | 1 |
| 650411 | 650411 | 408085 408085 | PubChem (substance) 2 | 31519 31519 | 2 |
| 1025934 | 1025934 | 408085 408085 | CAS Common Chemistry 3 | 61841 61841 | 1 |
| 1228512 | 1228512 | 408085 408085 | Computational Toxicology and Exposure Data 4 | 97336 97336 | 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)
);