api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 58192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 738263 | 738263 | 40649 40649 | PubChem (substance) 2 | 58192 58192 | 2 |
| 996410 | 996410 | 40649 40649 | CAS Common Chemistry 3 | 58192 58192 | 1 |
| 996411 | 996411 | 40650 40650 | CAS Common Chemistry 3 | 58192 58192 | 1 |
| 996412 | 996412 | 188126 188126 | CAS Common Chemistry 3 | 58192 58192 | 1 |
| 996413 | 996413 | 422629 422629 | CAS Common Chemistry 3 | 58192 58192 | 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)
);