home / zeropm-v0-0-4

api_results

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

5 rows where inchi_id = 38172

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
759440 759440 251681 251681 PubChem (substance) 2 38172 38172 2
759441 759441 77962 77962 PubChem (substance) 2 38172 38172 5
1110795 1110795 255997 255997 CAS Common Chemistry 3 38172 38172 1
1118541 1118541 377980 377980 CAS Common Chemistry 3 38172 38172 1
1123953 1123953 397250 397250 CAS Common Chemistry 3 38172 38172 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 1802.264ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website