api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 7882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 14764 | 14764 | 7882 7882 | PubChem (compound) 1 | 43754 43754 | 1 |
| 316370 | 316370 | 7882 7882 | PubChem (substance) 2 | 31903 31903 | 2 |
| 316423 | 316423 | 7882 7882 | PubChem (substance) 2 | 43754 43754 | 1 |
| 949187 | 949187 | 7882 7882 | CAS Common Chemistry 3 | 43754 43754 | 1 |
| 1147828 | 1147828 | 7882 7882 | Computational Toxicology and Exposure Data 4 | 43754 43754 | 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)
);