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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
68223 68223 229 229 613 613
68224 68224 232031 232031 613 613
68225 68225 338693 338693 613 613
68226 68226 260271 260271 613 613
68227 68227 533611 533611 613 613
68228 68228 239779 239779 613 613
68229 68229 62841 62841 613 613
68230 68230 14648 14648 613 613
68231 68231 260272 260272 613 613
68232 68232 260274 260274 613 613
68233 68233 260273 260273 613 613
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 652.054ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website