api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 10743
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 714061 | 714061 | 16052 16052 | PubChem (substance) 2 | 10743 10743 | 3 |
| 963293 | 963293 | 403922 403922 | CAS Common Chemistry 3 | 10743 10743 | 1 |
| 963294 | 963294 | 16052 16052 | CAS Common Chemistry 3 | 10743 10743 | 1 |
| 963295 | 963295 | 16053 16053 | CAS Common Chemistry 3 | 10743 10743 | 1 |
| 963296 | 963296 | 110055 110055 | CAS Common Chemistry 3 | 10743 10743 | 2 |
| 963297 | 963297 | 437305 437305 | CAS Common Chemistry 3 | 10743 10743 | 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)
);