home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 113282

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
132558 132558 113282 113282 PubChem (compound) 1 45355 45355 1
482273 482273 113282 113282 PubChem (substance) 2 45355 45355 1
779847 779847 113282 113282 PubChem (substance) 2 212558 212558 2
779848 779848 113282 113282 PubChem (substance) 2 159329 159329 3
779849 779849 113282 113282 PubChem (substance) 2 183680 183680 4
1034437 1034437 113282 113282 CAS Common Chemistry 3 45355 45355 1
1237402 1237402 113282 113282 Computational Toxicology and Exposure Data 4 45355 45355 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 748.933ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website