home / zeropm-v0-0-4

inventory_summary

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

4 rows where inventory_id = 50491

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
37527 37527 50491 50491 73392 73392
594296 594296 50491 50491 2862 2862
846357 846357 50491 50491 2865 2865
1039819 1039819 50491 50491 73393 73393
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 338.232ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website