api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 68465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 105888 | 105888 | 68465 68465 | PubChem (compound) 1 | 229661 229661 | 1 |
| 380486 | 380486 | 68465 68465 | PubChem (substance) 2 | 230545 230545 | 2 |
| 445504 | 445504 | 68465 68465 | PubChem (substance) 2 | 229661 229661 | 1 |
| 466344 | 466344 | 68465 68465 | PubChem (substance) 2 | 91483 91483 | 3 |
| 727231 | 727231 | 68465 68465 | PubChem (substance) 2 | 296632 296632 | 4 |
| 727233 | 727233 | 68465 68465 | PubChem (substance) 2 | 229181 229181 | 5 |
| 982186 | 982186 | 68465 68465 | CAS Common Chemistry 3 | 75291 75291 | 1 |
| 1185124 | 1185124 | 68465 68465 | Computational Toxicology and Exposure Data 4 | 108010 108010 | 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)
);