api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 4777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 8907 | 8907 | 4777 4777 | PubChem (compound) 1 | 31902 31902 | 1 |
| 307864 | 307864 | 4777 4777 | PubChem (substance) 2 | 31902 31902 | 1 |
| 307900 | 307900 | 4777 4777 | PubChem (substance) 2 | 1235 1235 | 2 |
| 944751 | 944751 | 4777 4777 | CAS Common Chemistry 3 | 31902 31902 | 1 |
| 1142589 | 1142589 | 4777 4777 | Computational Toxicology and Exposure Data 4 | 31902 31902 | 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)
);