api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 1441
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 983656 | 983656 | 327888 327888 | CAS Common Chemistry 3 | 1441 1441 | 1 |
| 983657 | 983657 | 28969 28969 | CAS Common Chemistry 3 | 1441 1441 | 1 |
| 983658 | 983658 | 28970 28970 | CAS Common Chemistry 3 | 1441 1441 | 1 |
| 983659 | 983659 | 97861 97861 | CAS Common Chemistry 3 | 1441 1441 | 1 |
| 983660 | 983660 | 97860 97860 | CAS Common Chemistry 3 | 1441 1441 | 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)
);