home / zeropm-v0-0-4

api_results

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

10 rows where inchi_id = 8859

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
63729 63729 30350 30350 PubChem (compound) 1 8859 8859 1
63730 63730 30351 30351 PubChem (compound) 1 8859 8859 1
63731 63731 150423 150423 PubChem (compound) 1 8859 8859 1
386485 386485 150768 150768 PubChem (substance) 2 8859 8859 4
386486 386486 30350 30350 PubChem (substance) 2 8859 8859 1
386487 386487 30351 30351 PubChem (substance) 2 8859 8859 1
386488 386488 150423 150423 PubChem (substance) 2 8859 8859 1
985001 985001 30350 30350 CAS Common Chemistry 3 8859 8859 1
985002 985002 30351 30351 CAS Common Chemistry 3 8859 8859 1
985003 985003 259988 259988 CAS Common Chemistry 3 8859 8859 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 1382.007ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website