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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
275554 275554 47627 47627 13150 13150
401607 401607 47627 47627 69157 69157
688069 688069 47627 47627 13149 13149
856741 856741 47627 47627 69156 69156
857022 857022 47627 47627 69158 69158
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 456.199ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website