api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 9670
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 122668 | 122668 | 100541 100541 | PubChem (compound) 1 | 9670 9670 | 4 |
| 468741 | 468741 | 100540 100540 | PubChem (substance) 2 | 9670 9670 | 3 |
| 468742 | 468742 | 100541 100541 | PubChem (substance) 2 | 9670 9670 | 4 |
| 1027262 | 1027262 | 100540 100540 | CAS Common Chemistry 3 | 9670 9670 | 1 |
| 1027263 | 1027263 | 100541 100541 | CAS Common Chemistry 3 | 9670 9670 | 1 |
| 1027264 | 1027264 | 414755 414755 | CAS Common Chemistry 3 | 9670 9670 | 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)
);