home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 15780

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
144785 144785 49319 49319 15780 15780
144786 144786 265819 265819 15780 15780
144787 144787 242806 242806 15780 15780
144788 144788 228624 228624 15780 15780
144789 144789 36645 36645 15780 15780
144790 144790 7487 7487 15780 15780
144791 144791 77918 77918 15780 15780
144792 144792 155831 155831 15780 15780
144793 144793 489127 489127 15780 15780
144794 144794 527489 527489 15780 15780
144795 144795 330328 330328 15780 15780
144796 144796 265820 265820 15780 15780
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 477.046ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website