api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 113224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 132490 | 132490 | 113224 113224 | PubChem (compound) 1 | 45185 45185 | 1 |
| 482160 | 482160 | 113224 113224 | PubChem (substance) 2 | 45185 45185 | 1 |
| 524246 | 524246 | 113224 113224 | PubChem (substance) 2 | 73338 73338 | 2 |
| 715606 | 715606 | 113224 113224 | PubChem (substance) 2 | 198279 198279 | 3 |
| 779796 | 779796 | 113224 113224 | PubChem (substance) 2 | 266879 266879 | 4 |
| 1034389 | 1034389 | 113224 113224 | CAS Common Chemistry 3 | 45185 45185 | 1 |
| 1237350 | 1237350 | 113224 113224 | Computational Toxicology and Exposure Data 4 | 45185 45185 | 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)
);