home / zeropm-v0-0-4

api_results

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

13 rows where inchi_id = 73017

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
164414 164414 144294 144294 PubChem (compound) 1 73017 73017 1
164415 164415 305924 305924 PubChem (compound) 1 73017 73017 1
164416 164416 144295 144295 PubChem (compound) 1 73017 73017 1
524080 524080 144295 144295 PubChem (substance) 2 73017 73017 1
524081 524081 145115 145115 PubChem (substance) 2 73017 73017 2
524082 524082 144294 144294 PubChem (substance) 2 73017 73017 1
524083 524083 305924 305924 PubChem (substance) 2 73017 73017 1
1058502 1058502 305924 305924 CAS Common Chemistry 3 73017 73017 1
1058503 1058503 144294 144294 CAS Common Chemistry 3 73017 73017 1
1058504 1058504 144295 144295 CAS Common Chemistry 3 73017 73017 1
1261080 1261080 144294 144294 Computational Toxicology and Exposure Data 4 73017 73017 1
1261081 1261081 144295 144295 Computational Toxicology and Exposure Data 4 73017 73017 1
1261082 1261082 305924 305924 Computational Toxicology and Exposure Data 4 73017 73017 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 1713.627ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website