api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 146534
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 166081 | 166081 | 146534 146534 | PubChem (compound) 1 | 121800 121800 | 1 |
| 526370 | 526370 | 146534 146534 | PubChem (substance) 2 | 121800 121800 | 1 |
| 802658 | 802658 | 146534 146534 | PubChem (substance) 2 | 619 619 | 2 |
| 1059709 | 1059709 | 146534 146534 | CAS Common Chemistry 3 | 619 619 | 1 |
| 1262217 | 1262217 | 146534 146534 | Computational Toxicology and Exposure Data 4 | 121800 121800 | 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)
);