api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 143656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 163770 | 163770 | 143656 143656 | PubChem (compound) 1 | 69898 69898 | 1 |
| 523237 | 523237 | 143656 143656 | PubChem (substance) 2 | 69898 69898 | 1 |
| 711959 | 711959 | 143656 143656 | PubChem (substance) 2 | 160575 160575 | 2 |
| 1058026 | 1058026 | 143656 143656 | CAS Common Chemistry 3 | 69898 69898 | 1 |
| 1260601 | 1260601 | 143656 143656 | Computational Toxicology and Exposure Data 4 | 69898 69898 | 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)
);