api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 46389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 248974 | 248974 | 259681 259681 | PubChem (compound) 1 | 46389 46389 | 1 |
| 631938 | 631938 | 96554 96554 | PubChem (substance) 2 | 46389 46389 | 3 |
| 631939 | 631939 | 7077 7077 | PubChem (substance) 2 | 46389 46389 | 3 |
| 631940 | 631940 | 348087 348087 | PubChem (substance) 2 | 46389 46389 | 3 |
| 631941 | 631941 | 245961 245961 | PubChem (substance) 2 | 46389 46389 | 3 |
| 631942 | 631942 | 259681 259681 | PubChem (substance) 2 | 46389 46389 | 1 |
| 631943 | 631943 | 323273 323273 | PubChem (substance) 2 | 46389 46389 | 3 |
| 1111018 | 1111018 | 443097 443097 | CAS Common Chemistry 3 | 46389 46389 | 1 |
| 1111019 | 1111019 | 259681 259681 | CAS Common Chemistry 3 | 46389 46389 | 1 |
| 1317887 | 1317887 | 259681 259681 | Computational Toxicology and Exposure Data 4 | 46389 46389 | 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)
);