api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 151268
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 170583 | 170583 | 151268 151268 | PubChem (compound) 1 | 9761 9761 | 1 |
| 532517 | 532517 | 151268 151268 | PubChem (substance) 2 | 9761 9761 | 1 |
| 805944 | 805944 | 151268 151268 | PubChem (substance) 2 | 167377 167377 | 2 |
| 805945 | 805945 | 151268 151268 | PubChem (substance) 2 | 196940 196940 | 3 |
| 805946 | 805946 | 151268 151268 | PubChem (substance) 2 | 153914 153914 | 4 |
| 805947 | 805947 | 151268 151268 | PubChem (substance) 2 | 260280 260280 | 5 |
| 1063398 | 1063398 | 151268 151268 | CAS Common Chemistry 3 | 9761 9761 | 1 |
| 1265379 | 1265379 | 151268 151268 | Computational Toxicology and Exposure Data 4 | 9761 9761 | 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)
);