api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 60052
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 99895 | 99895 | 60052 60052 | PubChem (compound) 1 | 19326 19326 | 1 |
| 437078 | 437078 | 60052 60052 | PubChem (substance) 2 | 19326 19326 | 1 |
| 499457 | 499457 | 60052 60052 | PubChem (substance) 2 | 138744 138744 | 3 |
| 664648 | 664648 | 60052 60052 | PubChem (substance) 2 | 146538 146538 | 5 |
| 750173 | 750173 | 60052 60052 | PubChem (substance) 2 | 164032 164032 | 2 |
| 750174 | 750174 | 60052 60052 | PubChem (substance) 2 | 140017 140017 | 4 |
| 1011857 | 1011857 | 60052 60052 | CAS Common Chemistry 3 | 19326 19326 | 1 |
| 1213974 | 1213974 | 60052 60052 | Computational Toxicology and Exposure Data 4 | 19326 19326 | 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)
);