inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 3353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 533957 | 533957 | 539358 539358 | 3353 3353 |
| 533958 | 533958 | 342451 342451 | 3353 3353 |
| 533959 | 533959 | 210329 210329 | 3353 3353 |
| 533960 | 533960 | 1327 1327 | 3353 3353 |
| 533961 | 533961 | 254908 254908 | 3353 3353 |
| 533962 | 533962 | 64934 64934 | 3353 3353 |
| 533963 | 533963 | 73170 73170 | 3353 3353 |
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)
);