api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where inchi_id = 43449
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 131556 | 131556 | 112424 112424 | PubChem (compound) 1 | 43449 43449 | 1 |
| 131557 | 131557 | 112425 112425 | PubChem (compound) 1 | 43449 43449 | 1 |
| 131558 | 131558 | 407168 407168 | PubChem (compound) 1 | 43449 43449 | 1 |
| 480875 | 480875 | 407168 407168 | PubChem (substance) 2 | 43449 43449 | 1 |
| 480876 | 480876 | 112425 112425 | PubChem (substance) 2 | 43449 43449 | 1 |
| 480877 | 480877 | 112424 112424 | PubChem (substance) 2 | 43449 43449 | 1 |
| 480878 | 480878 | 136587 136587 | PubChem (substance) 2 | 43449 43449 | 3 |
| 1033714 | 1033714 | 112424 112424 | CAS Common Chemistry 3 | 43449 43449 | 1 |
| 1033715 | 1033715 | 407168 407168 | CAS Common Chemistry 3 | 43449 43449 | 1 |
| 1236658 | 1236658 | 112424 112424 | Computational Toxicology and Exposure Data 4 | 43449 43449 | 1 |
| 1236659 | 1236659 | 407168 407168 | Computational Toxicology and Exposure Data 4 | 43449 43449 | 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)
);