api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 681
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1376 | 1376 | 681 681 | PubChem (compound) 1 | 3033 3033 | 1 |
| 297494 | 297494 | 681 681 | PubChem (substance) 2 | 3033 3033 | 1 |
| 309988 | 309988 | 681 681 | PubChem (substance) 2 | 63043 63043 | 2 |
| 939115 | 939115 | 681 681 | CAS Common Chemistry 3 | 3033 3033 | 1 |
| 1135939 | 1135939 | 681 681 | Computational Toxicology and Exposure Data 4 | 3033 3033 | 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)
);