api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 103206
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 12224 | 12224 | 103206 103206 | PubChem (compound) 1 | 69411 69411 | 1 |
| 312934 | 312934 | 103206 103206 | PubChem (substance) 2 | 69411 69411 | 1 |
| 559558 | 559558 | 103206 103206 | PubChem (substance) 2 | 36035 36035 | 2 |
| 947223 | 947223 | 103206 103206 | CAS Common Chemistry 3 | 69411 69411 | 1 |
| 1145498 | 1145498 | 103206 103206 | Computational Toxicology and Exposure Data 4 | 69411 69411 | 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)
);