home / zeropm-v0-0-4

api_results

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

11 rows where query_id = 100518

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
122644 122644 100518 100518 PubChem (compound) 1 33443 33443 1
122650 122650 100518 100518 PubChem (compound) 1 35731 35731 2
122652 122652 100518 100518 PubChem (compound) 1 168789 168789 3
122653 122653 100518 100518 PubChem (compound) 1 308466 308466 4
468702 468702 100518 100518 PubChem (substance) 2 33443 33443 1
468706 468706 100518 100518 PubChem (substance) 2 35731 35731 2
468718 468718 100518 100518 PubChem (substance) 2 168789 168789 3
468721 468721 100518 100518 PubChem (substance) 2 308466 308466 6
769365 769365 100518 100518 PubChem (substance) 2 165892 165892 4
769366 769366 100518 100518 PubChem (substance) 2 291278 291278 5
1027255 1027255 100518 100518 CAS Common Chemistry 3 33443 33443 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 676.267ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website