api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 153477
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 172730 | 172730 | 153477 153477 | PubChem (compound) 1 | 12307 12307 | 1 |
| 388718 | 388718 | 153477 153477 | PubChem (substance) 2 | 195045 195045 | 2 |
| 535440 | 535440 | 153477 153477 | PubChem (substance) 2 | 12307 12307 | 1 |
| 1065051 | 1065051 | 153477 153477 | CAS Common Chemistry 3 | 12307 12307 | 1 |
| 1266890 | 1266890 | 153477 153477 | Computational Toxicology and Exposure Data 4 | 12307 12307 | 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)
);