inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 156672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 213429 | 213429 | 170271 170271 | 156672 156672 |
| 213430 | 213430 | 305015 305015 | 156672 156672 |
| 213431 | 213431 | 225378 225378 | 156672 156672 |
| 213432 | 213432 | 108050 108050 | 156672 156672 |
| 213433 | 213433 | 270363 270363 | 156672 156672 |
| 213434 | 213434 | 505045 505045 | 156672 156672 |
| 213435 | 213435 | 270362 270362 | 156672 156672 |
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)
);