api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 283508 | 283508 | 403523 403523 | PubChem (compound) 1 | 866 866 | 2 |
| 676777 | 676777 | 28790 28790 | PubChem (substance) 2 | 866 866 | 2 |
| 676778 | 676778 | 403523 403523 | PubChem (substance) 2 | 866 866 | 2 |
| 676779 | 676779 | 102949 102949 | PubChem (substance) 2 | 866 866 | 2 |
| 983367 | 983367 | 28790 28790 | CAS Common Chemistry 3 | 866 866 | 1 |
| 983368 | 983368 | 102949 102949 | CAS Common Chemistry 3 | 866 866 | 1 |
| 983369 | 983369 | 240756 240756 | CAS Common Chemistry 3 | 866 866 | 1 |
| 983370 | 983370 | 28791 28791 | CAS Common Chemistry 3 | 866 866 | 1 |
| 983371 | 983371 | 403523 403523 | CAS Common Chemistry 3 | 866 866 | 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)
);