inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 23365
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 393452 | 393452 | 220774 220774 | 23365 23365 |
| 393453 | 393453 | 250107 250107 | 23365 23365 |
| 393454 | 393454 | 278428 278428 | 23365 23365 |
| 393455 | 393455 | 93621 93621 | 23365 23365 |
| 393456 | 393456 | 11689 11689 | 23365 23365 |
| 393457 | 393457 | 162508 162508 | 23365 23365 |
| 393458 | 393458 | 334074 334074 | 23365 23365 |
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)
);