api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21198
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 46947 | 46947 | 21198 21198 | PubChem (compound) 1 | 18163 18163 | 1 |
| 362660 | 362660 | 21198 21198 | PubChem (substance) 2 | 18163 18163 | 1 |
| 972204 | 972204 | 21198 21198 | CAS Common Chemistry 3 | 18163 18163 | 1 |
| 1174854 | 1174854 | 21198 21198 | Computational Toxicology and Exposure Data 4 | 115529 115529 | 1 |
| 1174858 | 1174858 | 21198 21198 | Computational Toxicology and Exposure Data 4 | 131064 131064 | 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)
);