api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 42813
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1008971 | 1008971 | 112264 112264 | CAS Common Chemistry 3 | 42813 42813 | 1 |
| 1008972 | 1008972 | 56459 56459 | CAS Common Chemistry 3 | 42813 42813 | 1 |
| 1008973 | 1008973 | 56460 56460 | CAS Common Chemistry 3 | 42813 42813 | 1 |
| 1211002 | 1211002 | 56459 56459 | Computational Toxicology and Exposure Data 4 | 42813 42813 | 1 |
| 1211003 | 1211003 | 112264 112264 | Computational Toxicology and Exposure Data 4 | 42813 42813 | 1 |
| 1211004 | 1211004 | 56460 56460 | Computational Toxicology and Exposure Data 4 | 42813 42813 | 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)
);