api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 130884
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 150956 | 150956 | 130884 130884 | PubChem (compound) 1 | 32543 32543 | 1 |
| 442887 | 442887 | 130884 130884 | PubChem (substance) 2 | 77870 77870 | 2 |
| 506520 | 506520 | 130884 130884 | PubChem (substance) 2 | 32543 32543 | 1 |
| 1048462 | 1048462 | 130884 130884 | CAS Common Chemistry 3 | 32543 32543 | 1 |
| 1251290 | 1251290 | 130884 130884 | Computational Toxicology and Exposure Data 4 | 32543 32543 | 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)
);