api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 38935
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 19207 | 19207 | 10136 10136 | PubChem (compound) 1 | 38935 38935 | 1 |
| 322896 | 322896 | 10136 10136 | PubChem (substance) 2 | 38935 38935 | 1 |
| 952489 | 952489 | 10137 10137 | CAS Common Chemistry 3 | 38935 38935 | 1 |
| 952490 | 952490 | 10136 10136 | CAS Common Chemistry 3 | 38935 38935 | 1 |
| 952491 | 952491 | 236988 236988 | CAS Common Chemistry 3 | 38935 38935 | 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)
);