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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
184232 184232 315121 315121 16144 16144
184233 184233 33129 33129 16144 16144
184234 184234 489493 489493 16144 16144
184235 184235 7694 7694 16144 16144
184236 184236 244101 244101 16144 16144
184237 184237 527695 527695 16144 16144
184238 184238 268273 268273 16144 16144
184239 184239 156133 156133 16144 16144
184240 184240 226934 226934 16144 16144
184241 184241 78445 78445 16144 16144
184242 184242 268272 268272 16144 16144
184243 184243 49728 49728 16144 16144
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 999.325ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website