home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

6 rows where query_id = 374421

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
20409 20409 374421 374421 PubChem (compound) 1 60080 60080 1
324680 324680 374421 374421 PubChem (substance) 2 60080 60080 1
474378 474378 374421 374421 PubChem (substance) 2 60124 60124 2
474391 474391 374421 374421 PubChem (substance) 2 85197 85197 3
953285 953285 374421 374421 CAS Common Chemistry 3 85197 85197 1
1152672 1152672 374421 374421 Computational Toxicology and Exposure Data 4 85197 85197 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)
);
Powered by Datasette · Queries took 418.674ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website