home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 69741

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
291080 291080 429773 429773 PubChem (compound) 1 69741 69741 1
291081 291081 429772 429772 PubChem (compound) 1 69741 69741 1
686579 686579 429772 429772 PubChem (substance) 2 69741 69741 1
686580 686580 429773 429773 PubChem (substance) 2 69741 69741 1
1131330 1131330 429772 429772 CAS Common Chemistry 3 69741 69741 1
1131331 1131331 429773 429773 CAS Common Chemistry 3 69741 69741 1
1345883 1345883 429772 429772 Computational Toxicology and Exposure Data 4 69741 69741 1
1345884 1345884 429773 429773 Computational Toxicology and Exposure Data 4 69741 69741 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 486.167ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website