api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 201866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 218222 | 218222 | 201866 201866 | PubChem (compound) 1 | 273243 273243 | 1 |
| 523303 | 523303 | 201866 201866 | PubChem (substance) 2 | 70103 70103 | 3 |
| 594131 | 594131 | 201866 201866 | PubChem (substance) 2 | 273243 273243 | 1 |
| 594133 | 594133 | 201866 201866 | PubChem (substance) 2 | 288134 288134 | 4 |
| 832277 | 832277 | 201866 201866 | PubChem (substance) 2 | 248131 248131 | 2 |
| 832279 | 832279 | 201866 201866 | PubChem (substance) 2 | 182138 182138 | 5 |
| 832281 | 832281 | 201866 201866 | PubChem (substance) 2 | 297449 297449 | 6 |
| 1096117 | 1096117 | 201866 201866 | CAS Common Chemistry 3 | 73505 73505 | 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)
);