api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 9716
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 730692 | 730692 | 30543 30543 | PubChem (substance) 2 | 9716 9716 | 2 |
| 730693 | 730693 | 316931 316931 | PubChem (substance) 2 | 9716 9716 | 3 |
| 985323 | 985323 | 30543 30543 | CAS Common Chemistry 3 | 9716 9716 | 1 |
| 985324 | 985324 | 30544 30544 | CAS Common Chemistry 3 | 9716 9716 | 1 |
| 985325 | 985325 | 316931 316931 | CAS Common Chemistry 3 | 9716 9716 | 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)
);