api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 507 | 507 | 242 242 | PubChem (compound) 1 | 68961 68961 | 1 |
| 296282 | 296282 | 242 242 | PubChem (substance) 2 | 68961 68961 | 1 |
| 685561 | 685561 | 242 242 | PubChem (substance) 2 | 66994 66994 | 2 |
| 692613 | 692613 | 242 242 | PubChem (substance) 2 | 244521 244521 | 3 |
| 692614 | 692614 | 242 242 | PubChem (substance) 2 | 273333 273333 | 4 |
| 938525 | 938525 | 242 242 | CAS Common Chemistry 3 | 68961 68961 | 1 |
| 1135206 | 1135206 | 242 242 | Computational Toxicology and Exposure Data 4 | 68961 68961 | 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)
);