api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 134322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 154443 | 154443 | 134322 134322 | PubChem (compound) 1 | 41051 41051 | 1 |
| 362217 | 362217 | 134322 134322 | PubChem (substance) 2 | 16547 16547 | 2 |
| 511065 | 511065 | 134322 134322 | PubChem (substance) 2 | 41051 41051 | 1 |
| 1051065 | 1051065 | 134322 134322 | CAS Common Chemistry 3 | 41051 41051 | 1 |
| 1253802 | 1253802 | 134322 134322 | Computational Toxicology and Exposure Data 4 | 41051 41051 | 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)
);