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 = 355678

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
59059 59059 355678 355678 PubChem (compound) 1 4991 4991 1
305677 305677 355678 355678 PubChem (substance) 2 1161 1161 2
379251 379251 355678 355678 PubChem (substance) 2 4991 4991 1
981518 981518 355678 355678 CAS Common Chemistry 3 4991 4991 1
1226809 1226809 355678 355678 Computational Toxicology and Exposure Data 4 109725 109725 2
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 460.399ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website