inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 191768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 533236 | 533236 | 539341 539341 | 191768 191768 |
| 533237 | 533237 | 184655 184655 | 191768 191768 |
| 533238 | 533238 | 313606 313606 | 191768 191768 |
| 533239 | 533239 | 128766 128766 | 191768 191768 |
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)
);