api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 232134
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 103774 | 103774 | 232134 232134 | PubChem (compound) 1 | 50917 50917 | 1 |
| 442707 | 442707 | 232134 232134 | PubChem (substance) 2 | 50917 50917 | 1 |
| 541092 | 541092 | 232134 232134 | PubChem (substance) 2 | 17900 17900 | 2 |
| 1014391 | 1014391 | 232134 232134 | CAS Common Chemistry 3 | 50917 50917 | 1 |
| 1216544 | 1216544 | 232134 232134 | Computational Toxicology and Exposure Data 4 | 50917 50917 | 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)
);