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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
165215 165215 145187 145187 PubChem (compound) 1 75296 75296 1
298510 298510 145187 145187 PubChem (substance) 2 84284 84284 2
525143 525143 145187 145187 PubChem (substance) 2 75296 75296 1
1059100 1059100 145187 145187 CAS Common Chemistry 3 75296 75296 1
1261671 1261671 145187 145187 Computational Toxicology and Exposure Data 4 75296 75296 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 725.431ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website