inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 15568
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130525 | 130525 | 488943 488943 | 15568 15568 |
| 130526 | 130526 | 77659 77659 | 15568 15568 |
| 130527 | 130527 | 56554 56554 | 15568 15568 |
| 130528 | 130528 | 242234 242234 | 15568 15568 |
| 130529 | 130529 | 7347 7347 | 15568 15568 |
| 130530 | 130530 | 265143 265143 | 15568 15568 |
| 130531 | 130531 | 265142 265142 | 15568 15568 |
| 130532 | 130532 | 265141 265141 | 15568 15568 |
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)
);