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 = 20423

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
45189 45189 20423 20423 PubChem (compound) 1 22623 22623 1
337805 337805 20423 20423 PubChem (substance) 2 2301 2301 3
360196 360196 20423 20423 PubChem (substance) 2 22623 22623 1
720008 720008 20423 20423 PubChem (substance) 2 231910 231910 2
970930 970930 20423 20423 CAS Common Chemistry 3 22623 22623 1
1173456 1173456 20423 20423 Computational Toxicology and Exposure Data 4 22623 22623 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 426.315ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website