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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
89424 89424 262143 262143 14423 14423
89425 89425 449055 449055 14423 14423
89426 89426 76678 76678 14423 14423
89427 89427 314434 314434 14423 14423
89428 89428 480136 480136 14423 14423
89429 89429 240671 240671 14423 14423
89430 89430 231187 231187 14423 14423
89431 89431 68772 68772 14423 14423
89432 89432 398442 398442 14423 14423
89433 89433 6632 6632 14423 14423
89434 89434 526777 526777 14423 14423
89435 89435 262142 262142 14423 14423
89436 89436 354484 354484 14423 14423
89437 89437 488264 488264 14423 14423
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 302.626ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website