api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 7917
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 14824 | 14824 | 7917 7917 | PubChem (compound) 1 | 16579 16579 | 1 |
| 316498 | 316498 | 7917 7917 | PubChem (substance) 2 | 16579 16579 | 1 |
| 702845 | 702845 | 7917 7917 | PubChem (substance) 2 | 253264 253264 | 2 |
| 949230 | 949230 | 7917 7917 | CAS Common Chemistry 3 | 16579 16579 | 1 |
| 1147889 | 1147889 | 7917 7917 | Computational Toxicology and Exposure Data 4 | 16579 16579 | 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)
);