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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
57223 57223 26133 26133 PubChem (compound) 1 129066 129066 1
376628 376628 26133 26133 PubChem (substance) 2 129066 129066 1
725608 725608 26133 26133 PubChem (substance) 2 182983 182983 2
980057 980057 26133 26133 CAS Common Chemistry 3 23044 23044 1
1182969 1182969 26133 26133 Computational Toxicology and Exposure Data 4 129066 129066 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 447.618ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website