api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 354350
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 2416 | 2416 | 354350 354350 | PubChem (compound) 1 | 16512 16512 | 1 |
| 298928 | 298928 | 354350 354350 | PubChem (substance) 2 | 16512 16512 | 1 |
| 694062 | 694062 | 354350 354350 | PubChem (substance) 2 | 196994 196994 | 3 |
| 694065 | 694065 | 354350 354350 | PubChem (substance) 2 | 195539 195539 | 4 |
| 761280 | 761280 | 354350 354350 | PubChem (substance) 2 | 196993 196993 | 2 |
| 939848 | 939848 | 354350 354350 | CAS Common Chemistry 3 | 16512 16512 | 1 |
| 1136865 | 1136865 | 354350 354350 | Computational Toxicology and Exposure Data 4 | 119524 119524 | 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)
);