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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
540952 540952 34958 34958 42564 42564
540953 540953 185007 185007 42564 42564
540954 540954 22117 22117 42564 42564
540955 540955 130106 130106 42564 42564
540956 540956 539533 539533 42564 42564
540957 540957 516653 516653 42564 42564
540958 540958 49113 49113 42564 42564
540959 540959 287688 287688 42564 42564
540960 540960 287689 287689 42564 42564
540961 540961 255120 255120 42564 42564
540962 540962 329515 329515 42564 42564
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 329.312ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website