home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 19833

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
44353 44353 19833 19833 PubChem (compound) 1 69560 69560 1
334004 334004 19833 19833 PubChem (substance) 2 90710 90710 2
358731 358731 19833 19833 PubChem (substance) 2 69560 69560 1
418107 418107 19833 19833 PubChem (substance) 2 75231 75231 3
970585 970585 19833 19833 CAS Common Chemistry 3 6034 6034 1
1172904 1172904 19833 19833 Computational Toxicology and Exposure Data 4 69560 69560 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 402.766ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website