api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 42584
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 723099 | 723099 | 23682 23682 | PubChem (substance) 2 | 42584 42584 | 3 |
| 723100 | 723100 | 134958 134958 | PubChem (substance) 2 | 42584 42584 | 2 |
| 976528 | 976528 | 134958 134958 | CAS Common Chemistry 3 | 42584 42584 | 1 |
| 976529 | 976529 | 23682 23682 | CAS Common Chemistry 3 | 42584 42584 | 1 |
| 976530 | 976530 | 404915 404915 | CAS Common Chemistry 3 | 42584 42584 | 1 |
| 976531 | 976531 | 23683 23683 | CAS Common Chemistry 3 | 42584 42584 | 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)
);