api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 45100
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 965184 | 965184 | 16972 16972 | CAS Common Chemistry 3 | 45100 45100 | 1 |
| 965185 | 965185 | 310500 310500 | CAS Common Chemistry 3 | 45100 45100 | 1 |
| 965186 | 965186 | 16971 16971 | CAS Common Chemistry 3 | 45100 45100 | 1 |
| 965187 | 965187 | 113211 113211 | CAS Common Chemistry 3 | 45100 45100 | 1 |
| 965188 | 965188 | 407259 407259 | CAS Common Chemistry 3 | 45100 45100 | 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)
);