api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 100322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 7269 | 7269 | 100322 100322 | PubChem (compound) 1 | 2054 2054 | 1 |
| 305577 | 305577 | 100322 100322 | PubChem (substance) 2 | 2054 2054 | 1 |
| 674521 | 674521 | 100322 100322 | PubChem (substance) 2 | 27397 27397 | 3 |
| 697726 | 697726 | 100322 100322 | PubChem (substance) 2 | 183277 183277 | 4 |
| 697731 | 697731 | 100322 100322 | PubChem (substance) 2 | 159803 159803 | 2 |
| 943508 | 943508 | 100322 100322 | CAS Common Chemistry 3 | 2054 2054 | 1 |
| 1141143 | 1141143 | 100322 100322 | Computational Toxicology and Exposure Data 4 | 2054 2054 | 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)
);