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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
471264 471264 485850 485850 11389 11389
471265 471265 283153 283153 11389 11389
471266 471266 4763 4763 11389 11389
471267 471267 153143 153143 11389 11389
471268 471268 283150 283150 11389 11389
471269 471269 218298 218298 11389 11389
471270 471270 283152 283152 11389 11389
471271 471271 47269 47269 11389 11389
471272 471272 252704 252704 11389 11389
471273 471273 36812 36812 11389 11389
471274 471274 283151 283151 11389 11389
471275 471275 525472 525472 11389 11389
471276 471276 73947 73947 11389 11389
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 312.086ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website