api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 115577
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1143857 | 1143857 | 5547 5547 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 1 |
| 1143858 | 1143858 | 44721 44721 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 1 |
| 1143859 | 1143859 | 306432 306432 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 2 |
| 1143860 | 1143860 | 5548 5548 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 2 |
| 1143861 | 1143861 | 342959 342959 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 1 |
| 1143862 | 1143862 | 306433 306433 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 1 |
| 1143863 | 1143863 | 348133 348133 | Computational Toxicology and Exposure Data 4 | 115577 115577 | 2 |
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)
);