api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 27875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 734393 | 734393 | 34542 34542 | PubChem (substance) 2 | 27875 27875 | 4 |
| 990524 | 990524 | 404497 404497 | CAS Common Chemistry 3 | 27875 27875 | 1 |
| 990525 | 990525 | 34542 34542 | CAS Common Chemistry 3 | 27875 27875 | 1 |
| 990526 | 990526 | 34543 34543 | CAS Common Chemistry 3 | 27875 27875 | 1 |
| 990527 | 990527 | 357196 357196 | CAS Common Chemistry 3 | 27875 27875 | 1 |
| 990528 | 990528 | 357194 357194 | CAS Common Chemistry 3 | 27875 27875 | 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)
);