api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 57412
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 96899 | 96899 | 57412 57412 | PubChem (compound) 1 | 9322 9322 | 1 |
| 432652 | 432652 | 57412 57412 | PubChem (substance) 2 | 9322 9322 | 1 |
| 747933 | 747933 | 57412 57412 | PubChem (substance) 2 | 153894 153894 | 2 |
| 1009881 | 1009881 | 57412 57412 | CAS Common Chemistry 3 | 9322 9322 | 1 |
| 1211898 | 1211898 | 57412 57412 | Computational Toxicology and Exposure Data 4 | 9322 9322 | 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)
);