api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17369
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 38149 | 38149 | 17369 17369 | PubChem (compound) 1 | 173686 173686 | 1 |
| 350234 | 350234 | 17369 17369 | PubChem (substance) 2 | 173686 173686 | 1 |
| 716246 | 716246 | 17369 17369 | PubChem (substance) 2 | 49089 49089 | 2 |
| 965953 | 965953 | 17369 17369 | CAS Common Chemistry 3 | 49089 49089 | 1 |
| 1167788 | 1167788 | 17369 17369 | Computational Toxicology and Exposure Data 4 | 49089 49089 | 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)
);