api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 351213
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 114232 | 114232 | 351213 351213 | PubChem (compound) 1 | 8292 8292 | 1 |
| 456796 | 456796 | 351213 351213 | PubChem (substance) 2 | 8292 8292 | 1 |
| 703382 | 703382 | 351213 351213 | PubChem (substance) 2 | 124311 124311 | 4 |
| 719275 | 719275 | 351213 351213 | PubChem (substance) 2 | 124533 124533 | 2 |
| 719279 | 719279 | 351213 351213 | PubChem (substance) 2 | 253781 253781 | 3 |
| 970818 | 970818 | 351213 351213 | CAS Common Chemistry 3 | 8292 8292 | 1 |
| 1173256 | 1173256 | 351213 351213 | Computational Toxicology and Exposure Data 4 | 124533 124533 | 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)
);