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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
656878 656878 526103 526103 12696 12696
656879 656879 57541 57541 12696 12696
656880 656880 258714 258714 12696 12696
656881 656881 75264 75264 12696 12696
656882 656882 486760 486760 12696 12696
656883 656883 295233 295233 12696 12696
656884 656884 28511 28511 12696 12696
656885 656885 153959 153959 12696 12696
656886 656886 295234 295234 12696 12696
656887 656887 212081 212081 12696 12696
656888 656888 5586 5586 12696 12696
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 313.802ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website