home / zeropm-v0-0-4

inventory_summary

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

11 rows where query_id = 17810

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
40776 40776 47431 47431 17810 17810
40777 40777 283348 283348 17810 17810
40778 40778 252804 252804 17810 17810
40779 40779 483721 483721 17810 17810
40780 40780 465290 465290 17810 17810
40781 40781 376513 376513 17810 17810
40782 40782 528613 528613 17810 17810
40783 40783 218077 218077 17810 17810
40784 40784 491088 491088 17810 17810
40785 40785 8637 8637 17810 17810
40786 40786 424458 424458 17810 17810
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 343.214ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website