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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
32293 32293 459272 459272 334275 334275
32294 32294 481868 481868 334275 334275
32295 32295 414942 414942 334275 334275
32296 32296 505887 505887 334275 334275
32297 32297 368339 368339 334275 334275
32298 32298 459274 459274 334275 334275
32299 32299 246265 246265 334275 334275
32300 32300 414943 414943 334275 334275
32301 32301 368340 368340 334275 334275
32302 32302 368338 368338 334275 334275
32303 32303 459273 459273 334275 334275
32304 32304 414944 414944 334275 334275
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 557.989ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website