api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 10961
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 698149 | 698149 | 4230 4230 | PubChem (substance) 2 | 10961 10961 | 2 |
| 698150 | 698150 | 69525 69525 | PubChem (substance) 2 | 10961 10961 | 2 |
| 944044 | 944044 | 4232 4232 | CAS Common Chemistry 3 | 10961 10961 | 1 |
| 944045 | 944045 | 4230 4230 | CAS Common Chemistry 3 | 10961 10961 | 1 |
| 944046 | 944046 | 69525 69525 | CAS Common Chemistry 3 | 10961 10961 | 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)
);