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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
101870 101870 262963 262963 14781 14781
101871 101871 488549 488549 14781 14781
101872 101872 155211 155211 14781 14781
101873 101873 230821 230821 14781 14781
101874 101874 346507 346507 14781 14781
101875 101875 262962 262962 14781 14781
101876 101876 241022 241022 14781 14781
101877 101877 76990 76990 14781 14781
101878 101878 6870 6870 14781 14781
101879 101879 262961 262961 14781 14781
101880 101880 57110 57110 14781 14781
101881 101881 30696 30696 14781 14781
101882 101882 526998 526998 14781 14781
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 313.689ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website