inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 44551 | 44551 | 482719 482719 | 404666 404666 |
| 44552 | 44552 | 418528 418528 | 404666 404666 |
| 44553 | 44553 | 371451 371451 | 404666 404666 |
| 44554 | 44554 | 418529 418529 | 404666 404666 |
| 44555 | 44555 | 461582 461582 | 404666 404666 |
| 44556 | 44556 | 371452 371452 | 404666 404666 |
| 44557 | 44557 | 461583 461583 | 404666 404666 |
| 44558 | 44558 | 496525 496525 | 404666 404666 |
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)
);