api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 301700
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 5181 | 5181 | 301700 301700 | PubChem (compound) 1 | 5379 5379 | 1 |
| 302746 | 302746 | 301700 301700 | PubChem (substance) 2 | 5379 5379 | 1 |
| 521444 | 521444 | 301700 301700 | PubChem (substance) 2 | 62168 62168 | 2 |
| 696449 | 696449 | 301700 301700 | PubChem (substance) 2 | 297520 297520 | 3 |
| 696451 | 696451 | 301700 301700 | PubChem (substance) 2 | 226202 226202 | 4 |
| 941940 | 941940 | 301700 301700 | CAS Common Chemistry 3 | 5379 5379 | 1 |
| 1139334 | 1139334 | 301700 301700 | Computational Toxicology and Exposure Data 4 | 5379 5379 | 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)
);