api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 11256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 21319 | 21319 | 11256 11256 | PubChem (compound) 1 | 28063 28063 | 1 |
| 325833 | 325833 | 11256 11256 | PubChem (substance) 2 | 28901 28901 | 2 |
| 325911 | 325911 | 11256 11256 | PubChem (substance) 2 | 28063 28063 | 1 |
| 383698 | 383698 | 11256 11256 | PubChem (substance) 2 | 1614 1614 | 5 |
| 706770 | 706770 | 11256 11256 | PubChem (substance) 2 | 263430 263430 | 3 |
| 706771 | 706771 | 11256 11256 | PubChem (substance) 2 | 188249 188249 | 4 |
| 953914 | 953914 | 11256 11256 | CAS Common Chemistry 3 | 28063 28063 | 1 |
| 1153367 | 1153367 | 11256 11256 | Computational Toxicology and Exposure Data 4 | 123863 123863 | 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)
);