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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
363415 363415 207940 207940 16540 16540
363416 363416 7932 7932 16540 16540
363417 363417 527939 527939 16540 16540
363418 363418 222011 222011 16540 16540
363419 363419 276242 276242 16540 16540
363420 363420 489821 489821 16540 16540
363421 363421 335974 335974 16540 16540
363422 363422 248875 248875 16540 16540
363423 363423 79070 79070 16540 16540
363424 363424 156395 156395 16540 16540
363425 363425 62856 62856 16540 16540
363426 363426 276243 276243 16540 16540
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 356.178ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website