api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 347224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 166706 | 166706 | 347224 347224 | PubChem (compound) 1 | 108525 108525 | 1 |
| 527176 | 527176 | 347224 347224 | PubChem (substance) 2 | 108525 108525 | 1 |
| 803103 | 803103 | 347224 347224 | PubChem (substance) 2 | 263735 263735 | 2 |
| 1060247 | 1060247 | 347224 347224 | CAS Common Chemistry 3 | 1764 1764 | 1 |
| 1262692 | 1262692 | 347224 347224 | Computational Toxicology and Exposure Data 4 | 108525 108525 | 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)
);