home / zeropm-v0-0-4

api_results

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

13 rows where inchi_id = 19326

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
99894 99894 60053 60053 PubChem (compound) 1 19326 19326 1
99895 99895 60052 60052 PubChem (compound) 1 19326 19326 1
99896 99896 409471 409471 PubChem (compound) 1 19326 19326 1
99897 99897 125518 125518 PubChem (compound) 1 19326 19326 1
437078 437078 60052 60052 PubChem (substance) 2 19326 19326 1
437079 437079 125518 125518 PubChem (substance) 2 19326 19326 1
437080 437080 409471 409471 PubChem (substance) 2 19326 19326 1
437081 437081 60053 60053 PubChem (substance) 2 19326 19326 1
1011856 1011856 409471 409471 CAS Common Chemistry 3 19326 19326 1
1011857 1011857 60052 60052 CAS Common Chemistry 3 19326 19326 1
1011858 1011858 60053 60053 CAS Common Chemistry 3 19326 19326 1
1213974 1213974 60052 60052 Computational Toxicology and Exposure Data 4 19326 19326 1
1213975 1213975 409471 409471 Computational Toxicology and Exposure Data 4 19326 19326 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 2413.156ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website