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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
183813 183813 169007 169007 30946 30946
183814 183814 56949 56949 30946 30946
183815 183815 503935 503935 30946 30946
183816 183816 226956 226956 30946 30946
183817 183817 38229 38229 30946 30946
183818 183818 268208 268208 30946 30946
183819 183819 300434 300434 30946 30946
183820 183820 268207 268207 30946 30946
183821 183821 105618 105618 30946 30946
183822 183822 534801 534801 30946 30946
183823 183823 15949 15949 30946 30946
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 274.131ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website