home / zeropm-v0-0-4

inventory_summary

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

13 rows where query_id = 15845

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
146944 146944 59738 59738 15845 15845
146945 146945 527516 527516 15845 15845
146946 146946 266005 266005 15845 15845
146947 146947 266006 266006 15845 15845
146948 146948 78009 78009 15845 15845
146949 146949 242879 242879 15845 15845
146950 146950 306319 306319 15845 15845
146951 146951 266004 266004 15845 15845
146952 146952 155890 155890 15845 15845
146953 146953 489192 489192 15845 15845
146954 146954 7520 7520 15845 15845
146955 146955 30051 30051 15845 15845
146956 146956 228557 228557 15845 15845
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 312.505ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website