home / zeropm-v0-0-4

inventory_summary

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

5 rows where inventory_id = 58755

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
357467 357467 58755 58755 85872 85872
461124 461124 58755 58755 85869 85869
949678 949678 58755 58755 85870 85870
993165 993165 58755 58755 27268 27268
995104 995104 58755 58755 85871 85871
CREATE TABLE [inventory_summary] (
        [inventory_id] integer,
        [query_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);
Powered by Datasette · Queries took 451.54ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website