api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 301358
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 20077 | 20077 | 301358 301358 | PubChem (compound) 1 | 7512 7512 | 1 |
| 324182 | 324182 | 301358 301358 | PubChem (substance) 2 | 7512 7512 | 1 |
| 324201 | 324201 | 301358 301358 | PubChem (substance) 2 | 18643 18643 | 2 |
| 845905 | 845905 | 301358 301358 | PubChem (substance) 2 | 210990 210990 | 3 |
| 845906 | 845906 | 301358 301358 | PubChem (substance) 2 | 179389 179389 | 4 |
| 953072 | 953072 | 301358 301358 | CAS Common Chemistry 3 | 7512 7512 | 1 |
| 1152415 | 1152415 | 301358 301358 | Computational Toxicology and Exposure Data 4 | 124023 124023 | 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)
);