home / zeropm-v0-0-4

inventory_summary

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

13 rows where query_id = 15828

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
145358 145358 33220 33220 15828 15828
145359 145359 265923 265923 15828 15828
145360 145360 7511 7511 15828 15828
145361 145361 265924 265924 15828 15828
145362 145362 242833 242833 15828 15828
145363 145363 303655 303655 15828 15828
145364 145364 48129 48129 15828 15828
145365 145365 155862 155862 15828 15828
145366 145366 228605 228605 15828 15828
145367 145367 77960 77960 15828 15828
145368 145368 527507 527507 15828 15828
145369 145369 489161 489161 15828 15828
145370 145370 207689 207689 15828 15828
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 741.077ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website