api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 385646
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 275238 | 275238 | 385646 385646 | PubChem (compound) 1 | 43 43 | 1 |
| 666282 | 666282 | 385646 385646 | PubChem (substance) 2 | 43 43 | 1 |
| 693829 | 693829 | 385646 385646 | PubChem (substance) 2 | 228227 228227 | 2 |
| 1121072 | 1121072 | 385646 385646 | CAS Common Chemistry 3 | 43 43 | 1 |
| 1333728 | 1333728 | 385646 385646 | Computational Toxicology and Exposure Data 4 | 125512 125512 | 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)
);