api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 146315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 165898 | 165898 | 146315 146315 | PubChem (compound) 1 | 225 225 | 1 |
| 382331 | 382331 | 146315 146315 | PubChem (substance) 2 | 225 225 | 1 |
| 526087 | 526087 | 146315 146315 | PubChem (substance) 2 | 225 225 | 2 |
| 982916 | 982916 | 146315 146315 | CAS Common Chemistry 3 | 225 225 | 1 |
| 1185925 | 1185925 | 146315 146315 | Computational Toxicology and Exposure Data 4 | 225 225 | 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)
);