api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403514
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 283506 | 283506 | 403514 403514 | PubChem (compound) 1 | 745 745 | 1 |
| 439034 | 439034 | 403514 403514 | PubChem (substance) 2 | 121334 121334 | 2 |
| 676774 | 676774 | 403514 403514 | PubChem (substance) 2 | 745 745 | 1 |
| 1012732 | 1012732 | 403514 403514 | CAS Common Chemistry 3 | 745 745 | 1 |
| 1214874 | 1214874 | 403514 403514 | Computational Toxicology and Exposure Data 4 | 121334 121334 | 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)
);