home / zeropm-v0-0-4

inventory_summary

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

11 rows where query_id = 16780

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
353727 353727 483258 483258 16780 16780
353728 353728 279632 279632 16780 16780
353729 353729 373385 373385 16780 16780
353730 353730 250774 250774 16780 16780
353731 353731 32705 32705 16780 16780
353732 353732 8067 8067 16780 16780
353733 353733 44938 44938 16780 16780
353734 353734 463065 463065 16780 16780
353735 353735 220114 220114 16780 16780
353736 353736 490235 490235 16780 16780
353737 353737 420942 420942 16780 16780
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 1266.116ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website