api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 11628
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 282588 | 282588 | 401274 401274 | PubChem (compound) 1 | 11628 11628 | 1 |
| 675669 | 675669 | 401274 401274 | PubChem (substance) 2 | 11628 11628 | 1 |
| 675670 | 675670 | 25388 25388 | PubChem (substance) 2 | 11628 11628 | 5 |
| 1124683 | 1124683 | 401274 401274 | CAS Common Chemistry 3 | 11628 11628 | 1 |
| 1338701 | 1338701 | 401274 401274 | Computational Toxicology and Exposure Data 4 | 11628 11628 | 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)
);