api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 85046
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 8644 | 8644 | 85046 85046 | PubChem (compound) 1 | 4748 4748 | 1 |
| 307466 | 307466 | 85046 85046 | PubChem (substance) 2 | 4748 4748 | 1 |
| 497663 | 497663 | 85046 85046 | PubChem (substance) 2 | 14935 14935 | 2 |
| 944566 | 944566 | 85046 85046 | CAS Common Chemistry 3 | 4748 4748 | 1 |
| 1142363 | 1142363 | 85046 85046 | Computational Toxicology and Exposure Data 4 | 4748 4748 | 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)
);