api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 393060
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 279724 | 279724 | 393060 393060 | PubChem (compound) 1 | 248614 248614 | 1 |
| 671964 | 671964 | 393060 393060 | PubChem (substance) 2 | 248614 248614 | 1 |
| 761880 | 761880 | 393060 393060 | PubChem (substance) 2 | 264787 264787 | 2 |
| 1021177 | 1021177 | 393060 393060 | CAS Common Chemistry 3 | 4370 4370 | 1 |
| 1223618 | 1223618 | 393060 393060 | Computational Toxicology and Exposure Data 4 | 92326 92326 | 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)
);