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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
145914 145914 155867 155867 15834 15834
145915 145915 323492 323492 15834 15834
145916 145916 242844 242844 15834 15834
145917 145917 65331 65331 15834 15834
145918 145918 265938 265938 15834 15834
145919 145919 265937 265937 15834 15834
145920 145920 489168 489168 15834 15834
145921 145921 228585 228585 15834 15834
145922 145922 7514 7514 15834 15834
145923 145923 38268 38268 15834 15834
145924 145924 527510 527510 15834 15834
145925 145925 77971 77971 15834 15834
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 575.307ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website