api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107183
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 26739 | 26739 | 107183 107183 | PubChem (compound) 1 | 90504 90504 | 1 |
| 333892 | 333892 | 107183 107183 | PubChem (substance) 2 | 90504 90504 | 1 |
| 342316 | 342316 | 107183 107183 | PubChem (substance) 2 | 5545 5545 | 2 |
| 957797 | 957797 | 107183 107183 | CAS Common Chemistry 3 | 90504 90504 | 1 |
| 1158070 | 1158070 | 107183 107183 | Computational Toxicology and Exposure Data 4 | 90504 90504 | 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)
);