api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 865
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 728696 | 728696 | 28788 28788 | PubChem (substance) 2 | 865 865 | 8 |
| 728697 | 728697 | 346751 346751 | PubChem (substance) 2 | 865 865 | 8 |
| 728698 | 728698 | 87880 87880 | PubChem (substance) 2 | 865 865 | 8 |
| 983364 | 983364 | 403522 403522 | CAS Common Chemistry 3 | 865 865 | 1 |
| 983365 | 983365 | 28788 28788 | CAS Common Chemistry 3 | 865 865 | 1 |
| 983366 | 983366 | 28789 28789 | CAS Common Chemistry 3 | 865 865 | 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)
);