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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
41831 41831 2548 2548 6389 6389
130227 130227 2548 2548 6385 6385
280170 280170 2548 2548 6388 6388
935952 935952 2548 2548 6386 6386
951966 951966 2548 2548 6387 6387
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 617.973ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website