api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 44633
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 723569 | 723569 | 24151 24151 | PubChem (substance) 2 | 44633 44633 | 2 |
| 977264 | 977264 | 24151 24151 | CAS Common Chemistry 3 | 44633 44633 | 1 |
| 977265 | 977265 | 361651 361651 | CAS Common Chemistry 3 | 44633 44633 | 1 |
| 977266 | 977266 | 411660 411660 | CAS Common Chemistry 3 | 44633 44633 | 1 |
| 977267 | 977267 | 338899 338899 | CAS Common Chemistry 3 | 44633 44633 | 1 |
| 977268 | 977268 | 24152 24152 | CAS Common Chemistry 3 | 44633 44633 | 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)
);