api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 104510
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 21313 | 21313 | 104510 104510 | PubChem (compound) 1 | 45277 45277 | 1 |
| 325906 | 325906 | 104510 104510 | PubChem (substance) 2 | 45277 45277 | 1 |
| 706756 | 706756 | 104510 104510 | PubChem (substance) 2 | 137093 137093 | 2 |
| 953913 | 953913 | 104510 104510 | CAS Common Chemistry 3 | 45277 45277 | 1 |
| 1153366 | 1153366 | 104510 104510 | Computational Toxicology and Exposure Data 4 | 93562 93562 | 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)
);