api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 54512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 203708 | 203708 | 185839 185839 | PubChem (compound) 1 | 54512 54512 | 1 |
| 575516 | 575516 | 38372 38372 | PubChem (substance) 2 | 54512 54512 | 2 |
| 575517 | 575517 | 38373 38373 | PubChem (substance) 2 | 54512 54512 | 1 |
| 575518 | 575518 | 180482 180482 | PubChem (substance) 2 | 54512 54512 | 3 |
| 575519 | 575519 | 185839 185839 | PubChem (substance) 2 | 54512 54512 | 1 |
| 575520 | 575520 | 339369 339369 | PubChem (substance) 2 | 54512 54512 | 2 |
| 575521 | 575521 | 310075 310075 | PubChem (substance) 2 | 54512 54512 | 3 |
| 575522 | 575522 | 185840 185840 | PubChem (substance) 2 | 54512 54512 | 2 |
| 1086423 | 1086423 | 185839 185839 | CAS Common Chemistry 3 | 54512 54512 | 1 |
| 1086424 | 1086424 | 185840 185840 | CAS Common Chemistry 3 | 54512 54512 | 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)
);