api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 142301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 162395 | 162395 | 142301 142301 | PubChem (compound) 1 | 62018 62018 | 1 |
| 521401 | 521401 | 142301 142301 | PubChem (substance) 2 | 62018 62018 | 1 |
| 770201 | 770201 | 142301 142301 | PubChem (substance) 2 | 3642 3642 | 2 |
| 1056979 | 1056979 | 142301 142301 | CAS Common Chemistry 3 | 62018 62018 | 1 |
| 1259569 | 1259569 | 142301 142301 | Computational Toxicology and Exposure Data 4 | 136075 136075 | 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)
);