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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
155549 155549 9846 9846 20008 20008
155550 155550 86682 86682 20008 20008
155551 155551 40547 40547 20008 20008
155552 155552 243038 243038 20008 20008
155553 155553 228330 228330 20008 20008
155554 155554 338860 338860 20008 20008
155555 155555 266297 266297 20008 20008
155556 155556 266296 266296 20008 20008
155557 155557 493914 493914 20008 20008
155558 155558 159399 159399 20008 20008
155559 155559 68075 68075 20008 20008
155560 155560 529772 529772 20008 20008
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 297.709ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website