api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 11766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 744420 | 744420 | 53533 53533 | PubChem (substance) 2 | 11766 11766 | 3 |
| 1006091 | 1006091 | 53533 53533 | CAS Common Chemistry 3 | 11766 11766 | 1 |
| 1006092 | 1006092 | 153021 153021 | CAS Common Chemistry 3 | 11766 11766 | 1 |
| 1006093 | 1006093 | 53534 53534 | CAS Common Chemistry 3 | 11766 11766 | 1 |
| 1006094 | 1006094 | 352859 352859 | CAS Common Chemistry 3 | 11766 11766 | 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)
);