home / zeropm-v0-0-4

api_results

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

19 rows where inchi_id = 133728

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
60798 60798 28131 28131 PubChem (compound) 1 133728 133728 1
60799 60799 28130 28130 PubChem (compound) 1 133728 133728 1
60800 60800 85399 85399 PubChem (compound) 1 133728 133728 1
60801 60801 372021 372021 PubChem (compound) 1 133728 133728 1
381890 381890 29543 29543 PubChem (substance) 2 133728 133728 2
381891 381891 28131 28131 PubChem (substance) 2 133728 133728 1
381892 381892 29544 29544 PubChem (substance) 2 133728 133728 3
381893 381893 349757 349757 PubChem (substance) 2 133728 133728 2
381894 381894 28130 28130 PubChem (substance) 2 133728 133728 1
381895 381895 85399 85399 PubChem (substance) 2 133728 133728 1
381896 381896 372021 372021 PubChem (substance) 2 133728 133728 1
1187125 1187125 29543 29543 Computational Toxicology and Exposure Data 4 133728 133728 1
1187126 1187126 29355 29355 Computational Toxicology and Exposure Data 4 133728 133728 1
1187127 1187127 349758 349758 Computational Toxicology and Exposure Data 4 133728 133728 1
1187128 1187128 29544 29544 Computational Toxicology and Exposure Data 4 133728 133728 1
1187129 1187129 148751 148751 Computational Toxicology and Exposure Data 4 133728 133728 1
1187130 1187130 349757 349757 Computational Toxicology and Exposure Data 4 133728 133728 1
1187131 1187131 194555 194555 Computational Toxicology and Exposure Data 4 133728 133728 1
1187132 1187132 349756 349756 Computational Toxicology and Exposure Data 4 133728 133728 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.775ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website