api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 25095
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 790682 | 790682 | 127837 127837 | PubChem (substance) 2 | 25095 25095 | 2 |
| 1046181 | 1046181 | 127838 127838 | CAS Common Chemistry 3 | 25095 25095 | 1 |
| 1046182 | 1046182 | 409879 409879 | CAS Common Chemistry 3 | 25095 25095 | 1 |
| 1046183 | 1046183 | 295188 295188 | CAS Common Chemistry 3 | 25095 25095 | 1 |
| 1046184 | 1046184 | 127837 127837 | CAS Common Chemistry 3 | 25095 25095 | 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)
);