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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
779 779 321 321 PubChem (compound) 1 73516 73516 1
296643 296643 321 321 PubChem (substance) 2 73516 73516 1
692768 692768 321 321 PubChem (substance) 2 232540 232540 2
692769 692769 321 321 PubChem (substance) 2 254022 254022 3
938663 938663 321 321 CAS Common Chemistry 3 73516 73516 1
1135370 1135370 321 321 Computational Toxicology and Exposure Data 4 73516 73516 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 445.091ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website