home / zeropm-v0-0-4

api_results

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

22 rows where inchi_id = 59330

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
102621 102621 62268 62268 PubChem (compound) 1 59330 59330 1
102622 102622 407949 407949 PubChem (compound) 1 59330 59330 1
102623 102623 62269 62269 PubChem (compound) 1 59330 59330 1
440925 440925 117375 117375 PubChem (substance) 2 59330 59330 1
440926 440926 62268 62268 PubChem (substance) 2 59330 59330 1
440927 440927 407949 407949 PubChem (substance) 2 59330 59330 1
440928 440928 62269 62269 PubChem (substance) 2 59330 59330 2
440929 440929 100681 100681 PubChem (substance) 2 59330 59330 2
440930 440930 62268 62268 PubChem (substance) 2 59330 59330 2
440931 440931 117375 117375 PubChem (substance) 2 59330 59330 2
440932 440932 100681 100681 PubChem (substance) 2 59330 59330 5
440933 440933 62269 62269 PubChem (substance) 2 59330 59330 1
752681 752681 62268 62268 PubChem (substance) 2 59330 59330 3
752682 752682 117375 117375 PubChem (substance) 2 59330 59330 3
752683 752683 100681 100681 PubChem (substance) 2 59330 59330 4
752684 752684 62269 62269 PubChem (substance) 2 59330 59330 3
1013711 1013711 62269 62269 CAS Common Chemistry 3 59330 59330 1
1013712 1013712 62268 62268 CAS Common Chemistry 3 59330 59330 1
1013713 1013713 100681 100681 CAS Common Chemistry 3 59330 59330 1
1013714 1013714 407949 407949 CAS Common Chemistry 3 59330 59330 1
1215876 1215876 62268 62268 Computational Toxicology and Exposure Data 4 59330 59330 1
1215877 1215877 407949 407949 Computational Toxicology and Exposure Data 4 59330 59330 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 3473.236ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website