api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 17210
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 810197 | 810197 | 157251 157251 | PubChem (substance) 2 | 17210 17210 | 4 |
| 810198 | 810198 | 157252 157252 | PubChem (substance) 2 | 17210 17210 | 2 |
| 1067818 | 1067818 | 157251 157251 | CAS Common Chemistry 3 | 17210 17210 | 1 |
| 1067819 | 1067819 | 333393 333393 | CAS Common Chemistry 3 | 17210 17210 | 1 |
| 1067820 | 1067820 | 315063 315063 | CAS Common Chemistry 3 | 17210 17210 | 1 |
| 1067821 | 1067821 | 157252 157252 | CAS Common Chemistry 3 | 17210 17210 | 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)
);