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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
130627 130627 38450 38450 15580 15580
130628 130628 488952 488952 15580 15580
130629 130629 312233 312233 15580 15580
130630 130630 45892 45892 15580 15580
130631 130631 265167 265167 15580 15580
130632 130632 7353 7353 15580 15580
130633 130633 242247 242247 15580 15580
130634 130634 155682 155682 15580 15580
130635 130635 265166 265166 15580 15580
130636 130636 77668 77668 15580 15580
130637 130637 527347 527347 15580 15580
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 286.383ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website