home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 66766

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
459495 459495 66766 66766 PubChem (substance) 2 68385 68385 3
519317 519317 66766 66766 PubChem (substance) 2 57102 57102 5
754920 754920 66766 66766 PubChem (substance) 2 147905 147905 1
754921 754921 66766 66766 PubChem (substance) 2 55256 55256 2
754922 754922 66766 66766 PubChem (substance) 2 140301 140301 4
1015278 1015278 66766 66766 CAS Common Chemistry 3 55256 55256 2
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 1383.375ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website