api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 90906
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1008981 | 1008981 | 56471 56471 | CAS Common Chemistry 3 | 90906 90906 | 1 |
| 1008982 | 1008982 | 374990 374990 | CAS Common Chemistry 3 | 90906 90906 | 1 |
| 1008983 | 1008983 | 225898 225898 | CAS Common Chemistry 3 | 90906 90906 | 1 |
| 1008984 | 1008984 | 56472 56472 | CAS Common Chemistry 3 | 90906 90906 | 1 |
| 1211014 | 1211014 | 56471 56471 | Computational Toxicology and Exposure Data 4 | 90906 90906 | 1 |
| 1211015 | 1211015 | 374990 374990 | Computational Toxicology and Exposure Data 4 | 90906 90906 | 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)
);