api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 80675
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 30380 | 30380 | 80675 80675 | PubChem (compound) 1 | 3197 3197 | 1 |
| 338735 | 338735 | 80675 80675 | PubChem (substance) 2 | 3197 3197 | 1 |
| 354119 | 354119 | 80675 80675 | PubChem (substance) 2 | 58102 58102 | 2 |
| 960575 | 960575 | 80675 80675 | CAS Common Chemistry 3 | 3197 3197 | 1 |
| 1161293 | 1161293 | 80675 80675 | Computational Toxicology and Exposure Data 4 | 3197 3197 | 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)
);