api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 351903
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 5746 | 5746 | 351903 351903 | PubChem (compound) 1 | 9034 9034 | 1 |
| 303512 | 303512 | 351903 351903 | PubChem (substance) 2 | 9034 9034 | 1 |
| 696708 | 696708 | 351903 351903 | PubChem (substance) 2 | 257406 257406 | 2 |
| 938183 | 938183 | 351903 351903 | CAS Common Chemistry 3 | 9034 9034 | 1 |
| 1139827 | 1139827 | 351903 351903 | Computational Toxicology and Exposure Data 4 | 9034 9034 | 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)
);