api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 233759
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 43779 | 43779 | 233759 233759 | PubChem (compound) 1 | 93331 93331 | 1 |
| 335502 | 335502 | 233759 233759 | PubChem (substance) 2 | 120714 120714 | 4 |
| 357871 | 357871 | 233759 233759 | PubChem (substance) 2 | 93331 93331 | 1 |
| 357883 | 357883 | 233759 233759 | PubChem (substance) 2 | 4096 4096 | 2 |
| 718607 | 718607 | 233759 233759 | PubChem (substance) 2 | 228819 228819 | 3 |
| 718609 | 718609 | 233759 233759 | PubChem (substance) 2 | 228957 228957 | 5 |
| 970197 | 970197 | 233759 233759 | CAS Common Chemistry 3 | 4096 4096 | 1 |
| 1172464 | 1172464 | 233759 233759 | Computational Toxicology and Exposure Data 4 | 93331 93331 | 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)
);