inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 403575
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 47296 | 47296 | 397357 397357 | 403575 403575 |
| 47297 | 47297 | 397356 397356 | 403575 403575 |
| 47298 | 47298 | 353352 353352 | 403575 403575 |
| 47299 | 47299 | 448317 448317 | 403575 403575 |
| 47300 | 47300 | 493310 493310 | 403575 403575 |
| 47301 | 47301 | 448316 448316 | 403575 403575 |
| 47302 | 47302 | 353351 353351 | 403575 403575 |
| 47303 | 47303 | 480014 480014 | 403575 403575 |
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)
);