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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
192384 192384 173719 173719 PubChem (compound) 1 199096 199096 1
192387 192387 173719 173719 PubChem (compound) 1 193510 193510 2
561066 561066 173719 173719 PubChem (substance) 2 199096 199096 1
561068 561068 173719 173719 PubChem (substance) 2 37512 37512 3
561070 561070 173719 173719 PubChem (substance) 2 193510 193510 2
819897 819897 173719 173719 PubChem (substance) 2 140380 140380 4
1078611 1078611 173719 173719 CAS Common Chemistry 3 37512 37512 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 869.983ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website