api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 24901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 269845 | 269845 | 376445 376445 | PubChem (compound) 1 | 24901 24901 | 1 |
| 659617 | 659617 | 376445 376445 | PubChem (substance) 2 | 24901 24901 | 1 |
| 659618 | 659618 | 323901 323901 | PubChem (substance) 2 | 24901 24901 | 34555 |
| 1118088 | 1118088 | 376445 376445 | CAS Common Chemistry 3 | 24901 24901 | 1 |
| 1329779 | 1329779 | 376445 376445 | Computational Toxicology and Exposure Data 4 | 24901 24901 | 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)
);