api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 355238
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 47415 | 47415 | 355238 355238 | PubChem (compound) 1 | 119324 119324 | 1 |
| 363287 | 363287 | 355238 355238 | PubChem (substance) 2 | 119324 119324 | 1 |
| 459523 | 459523 | 355238 355238 | PubChem (substance) 2 | 314191 314191 | 2 |
| 972536 | 972536 | 355238 355238 | CAS Common Chemistry 3 | 20188 20188 | 1 |
| 1175208 | 1175208 | 355238 355238 | Computational Toxicology and Exposure Data 4 | 119324 119324 | 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)
);