home / zeropm-v0-0-4

inventory_summary

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

4 rows where inventory_id = 48189

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
47223 47223 48189 48189 5856 5856
281301 281301 48189 48189 70041 70041
404625 404625 48189 48189 70042 70042
686135 686135 48189 48189 5852 5852
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 908.9ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website