api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 197893
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 215072 | 215072 | 197893 197893 | PubChem (compound) 1 | 68287 68287 | 1 |
| 590283 | 590283 | 197893 197893 | PubChem (substance) 2 | 68287 68287 | 1 |
| 827390 | 827390 | 197893 197893 | PubChem (substance) 2 | 158722 158722 | 2 |
| 1094088 | 1094088 | 197893 197893 | CAS Common Chemistry 3 | 68287 68287 | 1 |
| 1295969 | 1295969 | 197893 197893 | Computational Toxicology and Exposure Data 4 | 117169 117169 | 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)
);