api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 115144
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1141068 | 1141068 | 3809 3809 | Computational Toxicology and Exposure Data 4 | 115144 115144 | 1 |
| 1141069 | 1141069 | 3810 3810 | Computational Toxicology and Exposure Data 4 | 115144 115144 | 1 |
| 1141070 | 1141070 | 14391 14391 | Computational Toxicology and Exposure Data 4 | 115144 115144 | 1 |
| 1141071 | 1141071 | 3811 3811 | Computational Toxicology and Exposure Data 4 | 115144 115144 | 1 |
| 1141072 | 1141072 | 319358 319358 | Computational Toxicology and Exposure Data 4 | 115144 115144 | 1 |
| 1141073 | 1141073 | 406474 406474 | Computational Toxicology and Exposure Data 4 | 115144 115144 | 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)
);