home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 123963

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
143989 143989 123963 123963 PubChem (compound) 1 14469 14469 1
497466 497466 123963 123963 PubChem (substance) 2 14469 14469 1
788123 788123 123963 123963 PubChem (substance) 2 155028 155028 2
788127 788127 123963 123963 PubChem (substance) 2 209663 209663 3
788128 788128 123963 123963 PubChem (substance) 2 199850 199850 4
1043040 1043040 123963 123963 CAS Common Chemistry 3 14469 14469 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 645.972ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website