api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 157417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 96032 | 96032 | 157417 157417 | PubChem (compound) 1 | 17442 17442 | 1 |
| 431318 | 431318 | 157417 157417 | PubChem (substance) 2 | 17442 17442 | 1 |
| 478758 | 478758 | 157417 157417 | PubChem (substance) 2 | 31997 31997 | 2 |
| 651579 | 651579 | 157417 157417 | PubChem (substance) 2 | 45010 45010 | 5 |
| 747253 | 747253 | 157417 157417 | PubChem (substance) 2 | 17442 17442 | 3 |
| 747257 | 747257 | 157417 157417 | PubChem (substance) 2 | 207128 207128 | 4 |
| 1009299 | 1009299 | 157417 157417 | CAS Common Chemistry 3 | 17442 17442 | 1 |
| 1211338 | 1211338 | 157417 157417 | Computational Toxicology and Exposure Data 4 | 17442 17442 | 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)
);