api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 32044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 66866 | 66866 | 32044 32044 | PubChem (compound) 1 | 134831 134831 | 1 |
| 348520 | 348520 | 32044 32044 | PubChem (substance) 2 | 44822 44822 | 2 |
| 391044 | 391044 | 32044 32044 | PubChem (substance) 2 | 134831 134831 | 1 |
| 987382 | 987382 | 32044 32044 | CAS Common Chemistry 3 | 16456 16456 | 1 |
| 1190320 | 1190320 | 32044 32044 | Computational Toxicology and Exposure Data 4 | 134831 134831 | 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)
);