api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 56735
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 96033 | 96033 | 56735 56735 | PubChem (compound) 1 | 17442 17442 | 1 |
| 431316 | 431316 | 56735 56735 | PubChem (substance) 2 | 17442 17442 | 1 |
| 478760 | 478760 | 56735 56735 | PubChem (substance) 2 | 31997 31997 | 3 |
| 747254 | 747254 | 56735 56735 | PubChem (substance) 2 | 17442 17442 | 2 |
| 747255 | 747255 | 56735 56735 | PubChem (substance) 2 | 17442 17442 | 4 |
| 747256 | 747256 | 56735 56735 | PubChem (substance) 2 | 184066 184066 | 5 |
| 747258 | 747258 | 56735 56735 | PubChem (substance) 2 | 207128 207128 | 6 |
| 1009298 | 1009298 | 56735 56735 | CAS Common Chemistry 3 | 17442 17442 | 1 |
| 1211337 | 1211337 | 56735 56735 | Computational Toxicology and Exposure Data 4 | 17442 17442 | 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)
);