home / zeropm-v0-0-4

api_results

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

7 rows where inchi_id = 74065

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
940482 940482 1698 1698 CAS Common Chemistry 3 74065 74065 1
940483 940483 1699 1699 CAS Common Chemistry 3 74065 74065 1
940484 940484 343737 343737 CAS Common Chemistry 3 74065 74065 1
940485 940485 96538 96538 CAS Common Chemistry 3 74065 74065 1
940486 940486 105404 105404 CAS Common Chemistry 3 74065 74065 1
940487 940487 370435 370435 CAS Common Chemistry 3 74065 74065 1
940488 940488 96539 96539 CAS Common Chemistry 3 74065 74065 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 1428.33ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website