api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 6765 | 6765 | 3603 3603 | PubChem (compound) 1 | 160196 160196 | 1 |
| 304811 | 304811 | 3603 3603 | PubChem (substance) 2 | 160196 160196 | 1 |
| 304837 | 304837 | 3603 3603 | PubChem (substance) 2 | 92901 92901 | 2 |
| 943154 | 943154 | 3603 3603 | CAS Common Chemistry 3 | 8247 8247 | 1 |
| 1140749 | 1140749 | 3603 3603 | Computational Toxicology and Exposure Data 4 | 92901 92901 | 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)
);