api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30998
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 65006 | 65006 | 30998 30998 | PubChem (compound) 1 | 11515 11515 | 1 |
| 388342 | 388342 | 30998 30998 | PubChem (substance) 2 | 11515 11515 | 1 |
| 731360 | 731360 | 30998 30998 | PubChem (substance) 2 | 207608 207608 | 2 |
| 986037 | 986037 | 30998 30998 | CAS Common Chemistry 3 | 11515 11515 | 1 |
| 1188990 | 1188990 | 30998 30998 | Computational Toxicology and Exposure Data 4 | 11515 11515 | 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)
);