api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 17938
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 732625 | 732625 | 32316 32316 | PubChem (substance) 2 | 17938 17938 | 3 |
| 732626 | 732626 | 157816 157816 | PubChem (substance) 2 | 17938 17938 | 2 |
| 987816 | 987816 | 32316 32316 | CAS Common Chemistry 3 | 17938 17938 | 1 |
| 987817 | 987817 | 32317 32317 | CAS Common Chemistry 3 | 17938 17938 | 1 |
| 987818 | 987818 | 441760 441760 | CAS Common Chemistry 3 | 17938 17938 | 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)
);