api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8344
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 15612 | 15612 | 8344 8344 | PubChem (compound) 1 | 3111 3111 | 1 |
| 317548 | 317548 | 8344 8344 | PubChem (substance) 2 | 3111 3111 | 1 |
| 703315 | 703315 | 8344 8344 | PubChem (substance) 2 | 196708 196708 | 2 |
| 949806 | 949806 | 8344 8344 | CAS Common Chemistry 3 | 3111 3111 | 1 |
| 1148607 | 1148607 | 8344 8344 | Computational Toxicology and Exposure Data 4 | 3111 3111 | 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)
);