api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15747
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 33619 | 33619 | 15747 15747 | PubChem (compound) 1 | 229076 229076 | 1 |
| 343658 | 343658 | 15747 15747 | PubChem (substance) 2 | 229076 229076 | 1 |
| 713552 | 713552 | 15747 15747 | PubChem (substance) 2 | 170640 170640 | 2 |
| 962663 | 962663 | 15747 15747 | CAS Common Chemistry 3 | 7363 7363 | 1 |
| 1163940 | 1163940 | 15747 15747 | Computational Toxicology and Exposure Data 4 | 97362 97362 | 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)
);