home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 8375

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
15673 15673 8375 8375 PubChem (compound) 1 90224 90224 1
317629 317629 8375 8375 PubChem (substance) 2 26771 26771 4
317642 317642 8375 8375 PubChem (substance) 2 90224 90224 1
703345 703345 8375 8375 PubChem (substance) 2 154735 154735 2
703346 703346 8375 8375 PubChem (substance) 2 245080 245080 3
949865 949865 8375 8375 CAS Common Chemistry 3 90224 90224 1
1148673 1148673 8375 8375 Computational Toxicology and Exposure Data 4 90224 90224 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 452.787ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website