api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 139758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 159949 | 159949 | 139758 139758 | PubChem (compound) 1 | 54447 54447 | 1 |
| 437583 | 437583 | 139758 139758 | PubChem (substance) 2 | 139024 139024 | 3 |
| 484836 | 484836 | 139758 139758 | PubChem (substance) 2 | 52644 52644 | 4 |
| 518223 | 518223 | 139758 139758 | PubChem (substance) 2 | 54447 54447 | 1 |
| 518227 | 518227 | 139758 139758 | PubChem (substance) 2 | 203874 203874 | 2 |
| 518400 | 518400 | 139758 139758 | PubChem (substance) 2 | 54836 54836 | 5 |
| 1055201 | 1055201 | 139758 139758 | CAS Common Chemistry 3 | 54447 54447 | 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)
);