api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 10573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 946963 | 946963 | 30788 30788 | CAS Common Chemistry 3 | 10573 10573 | 1 |
| 946964 | 946964 | 349612 349612 | CAS Common Chemistry 3 | 10573 10573 | 3 |
| 946965 | 946965 | 6347 6347 | CAS Common Chemistry 3 | 10573 10573 | 1 |
| 946966 | 946966 | 351561 351561 | CAS Common Chemistry 3 | 10573 10573 | 3 |
| 946967 | 946967 | 8623 8623 | CAS Common Chemistry 3 | 10573 10573 | 3 |
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)
);