api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 100422
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 19512 | 19512 | 100422 100422 | PubChem (compound) 1 | 60382 60382 | 1 |
| 122574 | 122574 | 100422 100422 | PubChem (compound) 1 | 170713 170713 | 2 |
| 312463 | 312463 | 100422 100422 | PubChem (substance) 2 | 11974 11974 | 3 |
| 323331 | 323331 | 100422 100422 | PubChem (substance) 2 | 60382 60382 | 2 |
| 468610 | 468610 | 100422 100422 | PubChem (substance) 2 | 170713 170713 | 1 |
| 952688 | 952688 | 100422 100422 | CAS Common Chemistry 3 | 60382 60382 | 1 |
| 1151992 | 1151992 | 100422 100422 | Computational Toxicology and Exposure Data 4 | 60382 60382 | 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)
);