api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68889
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 318657 | 318657 | 68889 68889 | PubChem (substance) 2 | 3497 3497 | 2 |
| 338465 | 338465 | 68889 68889 | PubChem (substance) 2 | 2892 2892 | 1 |
| 376718 | 376718 | 68889 68889 | PubChem (substance) 2 | 125423 125423 | 3 |
| 569659 | 569659 | 68889 68889 | PubChem (substance) 2 | 47982 47982 | 4 |
| 950321 | 950321 | 68889 68889 | CAS Common Chemistry 3 | 3497 3497 | 2 |
| 960402 | 960402 | 68889 68889 | CAS Common Chemistry 3 | 2892 2892 | 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)
);