inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 81921
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 457453 | 457453 | 281820 281820 | 81921 81921 |
| 457454 | 457454 | 281819 281819 | 81921 81921 |
| 457455 | 457455 | 96256 96256 | 81921 81921 |
| 457456 | 457456 | 163698 163698 | 81921 81921 |
| 457457 | 457457 | 56200 56200 | 81921 81921 |
| 457458 | 457458 | 498683 498683 | 81921 81921 |
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)
);