home / zeropm-v0-0-4

api_results

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

9 rows where inchi_id = 33701

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
50565 50565 131382 131382 PubChem (compound) 1 33701 33701 1
50566 50566 22724 22724 PubChem (compound) 1 33701 33701 1
50567 50567 22725 22725 PubChem (compound) 1 33701 33701 1
367412 367412 22724 22724 PubChem (substance) 2 33701 33701 1
367413 367413 131382 131382 PubChem (substance) 2 33701 33701 1
367414 367414 22725 22725 PubChem (substance) 2 33701 33701 1
974955 974955 22724 22724 CAS Common Chemistry 3 33701 33701 1
974956 974956 131382 131382 CAS Common Chemistry 3 33701 33701 1
974957 974957 22725 22725 CAS Common Chemistry 3 33701 33701 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 483.265ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website