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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
122677 122677 402554 402554 29471 29471
122678 122678 42399 42399 29471 29471
122679 122679 534015 534015 29471 29471
122680 122680 402555 402555 29471 29471
122681 122681 451629 451629 29471 29471
122682 122682 480603 480603 29471 29471
122683 122683 229916 229916 29471 29471
122684 122684 502143 502143 29471 29471
122685 122685 166738 166738 29471 29471
122686 122686 241857 241857 29471 29471
122687 122687 358136 358136 29471 29471
122688 122688 102963 102963 29471 29471
122689 122689 15123 15123 29471 29471
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 307.778ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website