api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15822
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 33855 | 33855 | 15822 15822 | PubChem (compound) 1 | 7631 7631 | 1 |
| 344010 | 344010 | 15822 15822 | PubChem (substance) 2 | 7631 7631 | 1 |
| 636747 | 636747 | 15822 15822 | PubChem (substance) 2 | 210910 210910 | 2 |
| 962836 | 962836 | 15822 15822 | CAS Common Chemistry 3 | 7631 7631 | 1 |
| 1164150 | 1164150 | 15822 15822 | Computational Toxicology and Exposure Data 4 | 7631 7631 | 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)
);