api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 59760
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 725887 | 725887 | 26409 26409 | PubChem (substance) 2 | 59760 59760 | 3 |
| 980430 | 980430 | 26409 26409 | CAS Common Chemistry 3 | 59760 59760 | 1 |
| 980431 | 980431 | 365977 365977 | CAS Common Chemistry 3 | 59760 59760 | 1 |
| 980432 | 980432 | 26410 26410 | CAS Common Chemistry 3 | 59760 59760 | 1 |
| 980433 | 980433 | 87393 87393 | CAS Common Chemistry 3 | 59760 59760 | 1 |
| 980434 | 980434 | 412503 412503 | CAS Common Chemistry 3 | 59760 59760 | 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)
);