api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 130909
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 150976 | 150976 | 130909 130909 | PubChem (compound) 1 | 32574 32574 | 1 |
| 506543 | 506543 | 130909 130909 | PubChem (substance) 2 | 32574 32574 | 1 |
| 792542 | 792542 | 130909 130909 | PubChem (substance) 2 | 147537 147537 | 2 |
| 1048477 | 1048477 | 130909 130909 | CAS Common Chemistry 3 | 32574 32574 | 1 |
| 1251304 | 1251304 | 130909 130909 | Computational Toxicology and Exposure Data 4 | 32574 32574 | 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)
);