inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
16 rows where query_id = 20696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192707 | 192707 | 268898 268898 | 20696 20696 |
| 192708 | 192708 | 268904 268904 | 20696 20696 |
| 192709 | 192709 | 268899 268899 | 20696 20696 |
| 192710 | 192710 | 10236 10236 | 20696 20696 |
| 192711 | 192711 | 268902 268902 | 20696 20696 |
| 192712 | 192712 | 268903 268903 | 20696 20696 |
| 192713 | 192713 | 268901 268901 | 20696 20696 |
| 192714 | 192714 | 530076 530076 | 20696 20696 |
| 192715 | 192715 | 87219 87219 | 20696 20696 |
| 192716 | 192716 | 244442 244442 | 20696 20696 |
| 192717 | 192717 | 28639 28639 | 20696 20696 |
| 192718 | 192718 | 268897 268897 | 20696 20696 |
| 192719 | 192719 | 324939 324939 | 20696 20696 |
| 192720 | 192720 | 268900 268900 | 20696 20696 |
| 192721 | 192721 | 59750 59750 | 20696 20696 |
| 192722 | 192722 | 494300 494300 | 20696 20696 |
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)
);