api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 399593
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 36138 | 36138 | 399593 399593 | PubChem (compound) 1 | 133163 133163 | 2 |
| 265700 | 265700 | 399593 399593 | PubChem (compound) 1 | 102991 102991 | 1 |
| 282017 | 282017 | 399593 399593 | PubChem (compound) 1 | 21905 21905 | 3 |
| 347350 | 347350 | 399593 399593 | PubChem (substance) 2 | 133163 133163 | 2 |
| 653600 | 653600 | 399593 399593 | PubChem (substance) 2 | 102991 102991 | 1 |
| 674914 | 674914 | 399593 399593 | PubChem (substance) 2 | 21905 21905 | 4 |
| 931958 | 931958 | 399593 399593 | PubChem (substance) 2 | 230415 230415 | 3 |
| 931959 | 931959 | 399593 399593 | PubChem (substance) 2 | 264582 264582 | 5 |
| 1124332 | 1124332 | 399593 399593 | CAS Common Chemistry 3 | 21905 21905 | 1 |
| 1338327 | 1338327 | 399593 399593 | Computational Toxicology and Exposure Data 4 | 102991 102991 | 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)
);