api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 56155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 725252 | 725252 | 25704 25704 | PubChem (substance) 2 | 56155 56155 | 7 |
| 979552 | 979552 | 25705 25705 | CAS Common Chemistry 3 | 56155 56155 | 1 |
| 979553 | 979553 | 25704 25704 | CAS Common Chemistry 3 | 56155 56155 | 1 |
| 979554 | 979554 | 85362 85362 | CAS Common Chemistry 3 | 56155 56155 | 1 |
| 979555 | 979555 | 440448 440448 | CAS Common Chemistry 3 | 56155 56155 | 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)
);