api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 52587
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 692219 | 692219 | 121 121 | PubChem (substance) 2 | 52587 52587 | 4 |
| 938352 | 938352 | 121 121 | CAS Common Chemistry 3 | 52587 52587 | 1 |
| 938353 | 938353 | 123 123 | CAS Common Chemistry 3 | 52587 52587 | 1 |
| 938354 | 938354 | 122 122 | CAS Common Chemistry 3 | 52587 52587 | 1 |
| 938355 | 938355 | 124 124 | CAS Common Chemistry 3 | 52587 52587 | 1 |
| 938356 | 938356 | 440387 440387 | CAS Common Chemistry 3 | 52587 52587 | 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)
);