inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16414
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1012611 | 1012611 | 7854 7854 | 16414 16414 |
| 1012612 | 1012612 | 42512 42512 | 16414 16414 |
| 1012613 | 1012613 | 269352 269352 | 16414 16414 |
| 1012614 | 1012614 | 489686 489686 | 16414 16414 |
| 1012615 | 1012615 | 58116 58116 | 16414 16414 |
| 1012616 | 1012616 | 244683 244683 | 16414 16414 |
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)
);