home / zeropm-v0-0-4

inventory_summary

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

5 rows where inventory_id = 225044

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
6288 6288 225044 225044 314964 314964
220001 220001 225044 225044 32268 32268
834023 834023 225044 225044 314966 314966
850546 850546 225044 225044 314965 314965
913468 913468 225044 225044 314963 314963
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 1728.815ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website