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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
15576 15576 8326 8326 PubChem (compound) 1 28742 28742 1
317500 317500 8326 8326 PubChem (substance) 2 28742 28742 1
679413 679413 8326 8326 PubChem (substance) 2 70301 70301 4
703241 703241 8326 8326 PubChem (substance) 2 224940 224940 2
703247 703247 8326 8326 PubChem (substance) 2 209935 209935 3
949785 949785 8326 8326 CAS Common Chemistry 3 28742 28742 1
1148574 1148574 8326 8326 Computational Toxicology and Exposure Data 4 28742 28742 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 508.648ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website