home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 184245

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
185706 185706 184245 184245 PubChem (compound) 1 52296 52296 1
552206 552206 184245 184245 PubChem (substance) 2 167752 167752 3
552276 552276 184245 184245 PubChem (substance) 2 52296 52296 1
573644 573644 184245 184245 PubChem (substance) 2 194963 194963 2
1074270 1074270 184245 184245 CAS Common Chemistry 3 52296 52296 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 1134.394ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website