api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 133948
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 510546 | 510546 | 133948 133948 | PubChem (substance) 2 | 40067 40067 | 6 |
| 510550 | 510550 | 133948 133948 | PubChem (substance) 2 | 131402 131402 | 2 |
| 794518 | 794518 | 133948 133948 | PubChem (substance) 2 | 156474 156474 | 1 |
| 794519 | 794519 | 133948 133948 | PubChem (substance) 2 | 131402 131402 | 3 |
| 794522 | 794522 | 133948 133948 | PubChem (substance) 2 | 40069 40069 | 4 |
| 794523 | 794523 | 133948 133948 | PubChem (substance) 2 | 131402 131402 | 5 |
| 1050752 | 1050752 | 133948 133948 | CAS Common Chemistry 3 | 40069 40069 | 1 |
| 1253507 | 1253507 | 133948 133948 | Computational Toxicology and Exposure Data 4 | 131402 131402 | 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)
);