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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
112877 112877 336999 336999 3768 3768
112878 112878 207451 207451 3768 3768
112879 112879 58003 58003 3768 3768
112880 112880 235737 235737 3768 3768
112881 112881 263780 263780 3768 3768
112882 112882 230432 230432 3768 3768
112883 112883 207452 207452 3768 3768
112884 112884 77218 77218 3768 3768
112885 112885 71388 71388 3768 3768
112886 112886 263781 263781 3768 3768
112887 112887 1495 1495 3768 3768
112888 112888 527149 527149 3768 3768
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 1164.669ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website