api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15361
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 32536 | 32536 | 15361 15361 | PubChem (compound) 1 | 5245 5245 | 1 |
| 342013 | 342013 | 15361 15361 | PubChem (substance) 2 | 5245 5245 | 1 |
| 713087 | 713087 | 15361 15361 | PubChem (substance) 2 | 239448 239448 | 2 |
| 961888 | 961888 | 15361 15361 | CAS Common Chemistry 3 | 5245 5245 | 1 |
| 1162995 | 1162995 | 15361 15361 | Computational Toxicology and Exposure Data 4 | 129975 129975 | 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)
);