api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 334866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 45190 | 45190 | 334866 334866 | PubChem (compound) 1 | 22623 22623 | 1 |
| 360198 | 360198 | 334866 334866 | PubChem (substance) 2 | 22623 22623 | 1 |
| 720012 | 720012 | 334866 334866 | PubChem (substance) 2 | 231910 231910 | 2 |
| 970933 | 970933 | 334866 334866 | CAS Common Chemistry 3 | 22623 22623 | 1 |
| 1173458 | 1173458 | 334866 334866 | Computational Toxicology and Exposure Data 4 | 22623 22623 | 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)
);