home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 59256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
717564 717564 18646 18646 PubChem (substance) 2 59256 59256 2
968390 968390 341430 341430 CAS Common Chemistry 3 59256 59256 1
968391 968391 18646 18646 CAS Common Chemistry 3 59256 59256 1
968392 968392 95750 95750 CAS Common Chemistry 3 59256 59256 1
968393 968393 18647 18647 CAS Common Chemistry 3 59256 59256 1
968394 968394 95749 95749 CAS Common Chemistry 3 59256 59256 1
968395 968395 365871 365871 CAS Common Chemistry 3 59256 59256 1
968396 968396 407946 407946 CAS Common Chemistry 3 59256 59256 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 453.018ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website