api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28558
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 47719 | 47719 | 28558 28558 | PubChem (compound) 1 | 312 312 | 1 |
| 363706 | 363706 | 28558 28558 | PubChem (substance) 2 | 312 312 | 1 |
| 651082 | 651082 | 28558 28558 | PubChem (substance) 2 | 22148 22148 | 2 |
| 982963 | 982963 | 28558 28558 | CAS Common Chemistry 3 | 312 312 | 1 |
| 1185971 | 1185971 | 28558 28558 | Computational Toxicology and Exposure Data 4 | 312 312 | 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)
);