api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83849
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 5138 | 5138 | 83849 83849 | PubChem (compound) 1 | 79616 79616 | 1 |
| 302683 | 302683 | 83849 83849 | PubChem (substance) 2 | 79616 79616 | 1 |
| 696414 | 696414 | 83849 83849 | PubChem (substance) 2 | 152516 152516 | 2 |
| 941901 | 941901 | 83849 83849 | CAS Common Chemistry 3 | 79616 79616 | 1 |
| 1139276 | 1139276 | 83849 83849 | Computational Toxicology and Exposure Data 4 | 79616 79616 | 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)
);