api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 9750
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 170574 | 170574 | 151257 151257 | PubChem (compound) 1 | 9750 9750 | 1 |
| 170575 | 170575 | 414778 414778 | PubChem (compound) 1 | 9750 9750 | 1 |
| 532503 | 532503 | 20012 20012 | PubChem (substance) 2 | 9750 9750 | 2 |
| 532504 | 532504 | 151257 151257 | PubChem (substance) 2 | 9750 9750 | 1 |
| 532505 | 532505 | 151258 151258 | PubChem (substance) 2 | 9750 9750 | 1 |
| 532506 | 532506 | 414778 414778 | PubChem (substance) 2 | 9750 9750 | 1 |
| 1063389 | 1063389 | 151257 151257 | CAS Common Chemistry 3 | 9750 9750 | 1 |
| 1063390 | 1063390 | 151258 151258 | CAS Common Chemistry 3 | 9750 9750 | 1 |
| 1063391 | 1063391 | 414778 414778 | CAS Common Chemistry 3 | 9750 9750 | 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)
);