api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 77829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 31575 | 31575 | 14999 14999 | PubChem (compound) 1 | 77829 77829 | 6 |
| 340505 | 340505 | 14999 14999 | PubChem (substance) 2 | 77829 77829 | 10 |
| 961389 | 961389 | 15000 15000 | CAS Common Chemistry 3 | 77829 77829 | 1 |
| 961390 | 961390 | 14999 14999 | CAS Common Chemistry 3 | 77829 77829 | 1 |
| 961391 | 961391 | 408374 408374 | CAS Common Chemistry 3 | 77829 77829 | 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)
);