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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
32001 32001 15189 15189 PubChem (compound) 1 32901 32901 1
326837 326837 15189 15189 PubChem (substance) 2 53067 53067 4
341187 341187 15189 15189 PubChem (substance) 2 32901 32901 1
399359 399359 15189 15189 PubChem (substance) 2 147523 147523 2
712923 712923 15189 15189 PubChem (substance) 2 175781 175781 3
961542 961542 15189 15189 CAS Common Chemistry 3 32901 32901 1
1162574 1162574 15189 15189 Computational Toxicology and Exposure Data 4 32901 32901 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 469.039ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website