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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
163448 163448 143342 143342 PubChem (compound) 1 68127 68127 1
494278 494278 143342 143342 PubChem (substance) 2 4250 4250 3
522827 522827 143342 143342 PubChem (substance) 2 68127 68127 1
800783 800783 143342 143342 PubChem (substance) 2 266127 266127 2
1057783 1057783 143342 143342 CAS Common Chemistry 3 68127 68127 1
1260360 1260360 143342 143342 Computational Toxicology and Exposure Data 4 68127 68127 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 700.379ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website