api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 3011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 5687 | 5687 | 3011 3011 | PubChem (compound) 1 | 3352 3352 | 1 |
| 303442 | 303442 | 3011 3011 | PubChem (substance) 2 | 3352 3352 | 1 |
| 696678 | 696678 | 3011 3011 | PubChem (substance) 2 | 183281 183281 | 2 |
| 696682 | 696682 | 3011 3011 | PubChem (substance) 2 | 227909 227909 | 3 |
| 696684 | 696684 | 3011 3011 | PubChem (substance) 2 | 179463 179463 | 4 |
| 942321 | 942321 | 3011 3011 | CAS Common Chemistry 3 | 3352 3352 | 1 |
| 1139778 | 1139778 | 3011 3011 | Computational Toxicology and Exposure Data 4 | 3352 3352 | 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)
);