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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
109349 109349 241190 241190 19611 19611
109350 109350 159109 159109 19611 19611
109351 109351 29712 29712 19611 19611
109352 109352 263322 263322 19611 19611
109353 109353 529554 529554 19611 19611
109354 109354 493505 493505 19611 19611
109355 109355 63330 63330 19611 19611
109356 109356 9618 9618 19611 19611
109357 109357 85912 85912 19611 19611
109358 109358 230541 230541 19611 19611
109359 109359 332129 332129 19611 19611
109360 109360 263323 263323 19611 19611
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 324.912ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website