home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 730

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
704992 704992 9723 9723 PubChem (substance) 2 730 730 4
704993 704993 84298 84298 PubChem (substance) 2 730 730 2
951843 951843 9723 9723 CAS Common Chemistry 3 730 730 1
951844 951844 9724 9724 CAS Common Chemistry 3 730 730 1
951845 951845 84298 84298 CAS Common Chemistry 3 730 730 1
951846 951846 319845 319845 CAS Common Chemistry 3 730 730 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 445.605ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website