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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
297325 297325 272231 272231 20423 20423
297326 297326 495279 495279 20423 20423
297327 297327 89296 89296 20423 20423
297328 297328 30727 30727 20423 20423
297329 297329 56468 56468 20423 20423
297330 297330 160567 160567 20423 20423
297331 297331 299684 299684 20423 20423
297332 297332 10084 10084 20423 20423
297333 297333 530521 530521 20423 20423
297334 297334 246764 246764 20423 20423
297335 297335 272233 272233 20423 20423
297336 297336 272232 272232 20423 20423
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 388.948ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website