inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 33518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 859435 | 859435 | 17354 17354 | 33518 33518 |
| 859436 | 859436 | 535841 535841 | 33518 33518 |
| 859437 | 859437 | 246655 246655 | 33518 33518 |
| 859438 | 859438 | 68147 68147 | 33518 33518 |
| 859439 | 859439 | 38923 38923 | 33518 33518 |
| 859440 | 859440 | 272040 272040 | 33518 33518 |
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)
);