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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
44264 44264 19797 19797 PubChem (compound) 1 5365 5365 1
358589 358589 19797 19797 PubChem (substance) 2 5365 5365 1
718826 718826 19797 19797 PubChem (substance) 2 138323 138323 2
718830 718830 19797 19797 PubChem (substance) 2 201489 201489 3
970530 970530 19797 19797 CAS Common Chemistry 3 5365 5365 1
1172838 1172838 19797 19797 Computational Toxicology and Exposure Data 4 124735 124735 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 409.21ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website