home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 54257

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
673559 673559 526203 526203 54257 54257
673560 673560 345765 345765 54257 54257
673561 673561 296275 296275 54257 54257
673562 673562 296274 296274 54257 54257
673563 673563 154158 154158 54257 54257
673564 673564 259270 259270 54257 54257
673565 673565 211489 211489 54257 54257
673566 673566 28664 28664 54257 54257
673567 673567 75575 75575 54257 54257
673568 673568 487019 487019 54257 54257
673569 673569 296272 296272 54257 54257
673570 673570 296273 296273 54257 54257
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 321.878ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website