api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 151170
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 170480 | 170480 | 151170 151170 | PubChem (compound) 1 | 9694 9694 | 1 |
| 302556 | 302556 | 151170 151170 | PubChem (substance) 2 | 688 688 | 3 |
| 532370 | 532370 | 151170 151170 | PubChem (substance) 2 | 9694 9694 | 1 |
| 532372 | 532372 | 151170 151170 | PubChem (substance) 2 | 223462 223462 | 2 |
| 805862 | 805862 | 151170 151170 | PubChem (substance) 2 | 9694 9694 | 4 |
| 1063320 | 1063320 | 151170 151170 | CAS Common Chemistry 3 | 9694 9694 | 1 |
| 1265322 | 1265322 | 151170 151170 | Computational Toxicology and Exposure Data 4 | 9694 9694 | 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)
);