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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
130352 130352 488930 488930 15544 15544
130353 130353 77646 77646 15544 15544
130354 130354 265085 265085 15544 15544
130355 130355 242206 242206 15544 15544
130356 130356 265084 265084 15544 15544
130357 130357 265086 265086 15544 15544
130358 130358 32264 32264 15544 15544
130359 130359 46112 46112 15544 15544
130360 130360 155665 155665 15544 15544
130361 130361 316314 316314 15544 15544
130362 130362 7335 7335 15544 15544
130363 130363 229379 229379 15544 15544
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 1048.461ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website