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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
248019 248019 257144 257144 PubChem (compound) 1 230819 230819 1
308171 308171 257144 257144 PubChem (substance) 2 27832 27832 3
630910 630910 257144 257144 PubChem (substance) 2 230819 230819 1
644112 644112 257144 257144 PubChem (substance) 2 40322 40322 2
1110857 1110857 257144 257144 CAS Common Chemistry 3 40322 40322 1
1317332 1317332 257144 257144 Computational Toxicology and Exposure Data 4 40322 40322 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 468.877ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website