api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 18464
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 760842 | 760842 | 125287 125287 | PubChem (substance) 2 | 18464 18464 | 2 |
| 760843 | 760843 | 80841 80841 | PubChem (substance) 2 | 18464 18464 | 5 |
| 1020204 | 1020204 | 80842 80842 | CAS Common Chemistry 3 | 18464 18464 | 1 |
| 1020205 | 1020205 | 409417 409417 | CAS Common Chemistry 3 | 18464 18464 | 1 |
| 1020206 | 1020206 | 80841 80841 | CAS Common Chemistry 3 | 18464 18464 | 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)
);