api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20969
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 46409 | 46409 | 20969 20969 | PubChem (compound) 1 | 15736 15736 | 1 |
| 361948 | 361948 | 20969 20969 | PubChem (substance) 2 | 15736 15736 | 1 |
| 720542 | 720542 | 20969 20969 | PubChem (substance) 2 | 275039 275039 | 2 |
| 971817 | 971817 | 20969 20969 | CAS Common Chemistry 3 | 15736 15736 | 1 |
| 1174427 | 1174427 | 20969 20969 | Computational Toxicology and Exposure Data 4 | 97844 97844 | 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)
);