home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 111415

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
130430 130430 111415 111415 PubChem (compound) 1 36051 36051 1
479441 479441 111415 111415 PubChem (substance) 2 36051 36051 1
778006 778006 111415 111415 PubChem (substance) 2 243919 243919 2
1032765 1032765 111415 111415 CAS Common Chemistry 3 36051 36051 1
1235707 1235707 111415 111415 Computational Toxicology and Exposure Data 4 36051 36051 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 428.638ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website