api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16602
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 36071 | 36071 | 16602 16602 | PubChem (compound) 1 | 36250 36250 | 1 |
| 347272 | 347272 | 16602 16602 | PubChem (substance) 2 | 36250 36250 | 1 |
| 715118 | 715118 | 16602 16602 | PubChem (substance) 2 | 224881 224881 | 2 |
| 964482 | 964482 | 16602 16602 | CAS Common Chemistry 3 | 36250 36250 | 1 |
| 1166089 | 1166089 | 16602 16602 | Computational Toxicology and Exposure Data 4 | 36250 36250 | 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)
);