api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 25722
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 733918 | 733918 | 34082 34082 | PubChem (substance) 2 | 25722 25722 | 4 |
| 990045 | 990045 | 34083 34083 | CAS Common Chemistry 3 | 25722 25722 | 1 |
| 990046 | 990046 | 34082 34082 | CAS Common Chemistry 3 | 25722 25722 | 1 |
| 990047 | 990047 | 313560 313560 | CAS Common Chemistry 3 | 25722 25722 | 1 |
| 990048 | 990048 | 417303 417303 | CAS Common Chemistry 3 | 25722 25722 | 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)
);