api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61677
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 101835 | 101835 | 61677 61677 | PubChem (compound) 1 | 73019 73019 | 1 |
| 400373 | 400373 | 61677 61677 | PubChem (substance) 2 | 34465 34465 | 2 |
| 439858 | 439858 | 61677 61677 | PubChem (substance) 2 | 73019 73019 | 1 |
| 1013165 | 1013165 | 61677 61677 | CAS Common Chemistry 3 | 73019 73019 | 1 |
| 1215303 | 1215303 | 61677 61677 | Computational Toxicology and Exposure Data 4 | 73019 73019 | 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)
);