api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 25683
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 693747 | 693747 | 920 920 | PubChem (substance) 2 | 25683 25683 | 6 |
| 939427 | 939427 | 920 920 | CAS Common Chemistry 3 | 25683 25683 | 1 |
| 939428 | 939428 | 103564 103564 | CAS Common Chemistry 3 | 25683 25683 | 1 |
| 939429 | 939429 | 294043 294043 | CAS Common Chemistry 3 | 25683 25683 | 1 |
| 939430 | 939430 | 356446 356446 | CAS Common Chemistry 3 | 25683 25683 | 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)
);