api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 58377
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 738275 | 738275 | 40659 40659 | PubChem (substance) 2 | 58377 58377 | 2 |
| 738276 | 738276 | 188202 188202 | PubChem (substance) 2 | 58377 58377 | 2 |
| 996427 | 996427 | 40659 40659 | CAS Common Chemistry 3 | 58377 58377 | 1 |
| 996428 | 996428 | 40660 40660 | CAS Common Chemistry 3 | 58377 58377 | 1 |
| 996429 | 996429 | 422708 422708 | CAS Common Chemistry 3 | 58377 58377 | 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)
);