inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 21011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 211709 | 211709 | 225442 225442 | 21011 21011 |
| 211710 | 211710 | 270261 270261 | 21011 21011 |
| 211711 | 211711 | 245315 245315 | 21011 21011 |
| 211712 | 211712 | 10400 10400 | 21011 21011 |
| 211713 | 211713 | 270260 270260 | 21011 21011 |
| 211714 | 211714 | 494605 494605 | 21011 21011 |
| 211715 | 211715 | 159988 159988 | 21011 21011 |
| 211716 | 211716 | 87854 87854 | 21011 21011 |
| 211717 | 211717 | 331994 331994 | 21011 21011 |
| 211718 | 211718 | 63622 63622 | 21011 21011 |
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)
);