home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 62401

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
102805 102805 62401 62401 PubChem (compound) 1 236246 236246 1
441236 441236 62401 62401 PubChem (substance) 2 236246 236246 1
753039 753039 62401 62401 PubChem (substance) 2 9754 9754 3
753042 753042 62401 62401 PubChem (substance) 2 117793 117793 2
1013820 1013820 62401 62401 CAS Common Chemistry 3 9754 9754 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 2934.491ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website