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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
20898 20898 10949 10949 PubChem (compound) 1 102682 102682 1
300370 300370 10949 10949 PubChem (substance) 2 97453 97453 4
325322 325322 10949 10949 PubChem (substance) 2 102682 102682 1
706531 706531 10949 10949 PubChem (substance) 2 173089 173089 2
706532 706532 10949 10949 PubChem (substance) 2 56463 56463 3
953623 953623 10949 10949 CAS Common Chemistry 3 56463 56463 1
1153034 1153034 10949 10949 Computational Toxicology and Exposure Data 4 102682 102682 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 575.939ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website