api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 437715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 20243 | 20243 | 437715 437715 | PubChem (compound) 1 | 18874 18874 | 1 |
| 324411 | 324411 | 437715 437715 | PubChem (substance) 2 | 2098 2098 | 2 |
| 324442 | 324442 | 437715 437715 | PubChem (substance) 2 | 18874 18874 | 1 |
| 953153 | 953153 | 437715 437715 | CAS Common Chemistry 3 | 44824 44824 | 1 |
| 1152522 | 1152522 | 437715 437715 | Computational Toxicology and Exposure Data 4 | 44824 44824 | 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)
);