home / zeropm-v0-0-4

inventory_summary

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

14 rows where query_id = 32

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
212668 212668 209876 209876 32 32
212669 212669 209875 209875 32 32
212670 212670 270324 270324 32 32
212671 212671 10 10 32 32
212672 212672 270323 270323 32 32
212673 212673 313146 313146 32 32
212674 212674 107968 107968 32 32
212675 212675 245400 245400 32 32
212676 212676 225407 225407 32 32
212677 212677 69123 69123 32 32
212678 212678 236720 236720 32 32
212679 212679 535316 535316 32 32
212680 212680 170210 170210 32 32
212681 212681 70865 70865 32 32
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 1406.885ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website