api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 194681
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 212097 | 212097 | 194681 194681 | PubChem (compound) 1 | 65517 65517 | 1 |
| 586413 | 586413 | 194681 194681 | PubChem (substance) 2 | 65517 65517 | 1 |
| 830029 | 830029 | 194681 194681 | PubChem (substance) 2 | 144002 144002 | 2 |
| 1092190 | 1092190 | 194681 194681 | CAS Common Chemistry 3 | 65517 65517 | 1 |
| 1293988 | 1293988 | 194681 194681 | Computational Toxicology and Exposure Data 4 | 121563 121563 | 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)
);