api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 50161
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 716468 | 716468 | 17528 17528 | PubChem (substance) 2 | 50161 50161 | 2 |
| 716469 | 716469 | 293450 293450 | PubChem (substance) 2 | 50161 50161 | 6 |
| 966289 | 966289 | 17529 17529 | CAS Common Chemistry 3 | 50161 50161 | 1 |
| 966290 | 966290 | 17528 17528 | CAS Common Chemistry 3 | 50161 50161 | 1 |
| 966291 | 966291 | 407440 407440 | CAS Common Chemistry 3 | 50161 50161 | 1 |
| 966292 | 966292 | 293450 293450 | CAS Common Chemistry 3 | 50161 50161 | 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)
);