inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 1453
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 156710 | 156710 | 1453 1453 | 3662 3662 |
| 830484 | 830484 | 1453 1453 | 3663 3663 |
| 1039018 | 1039018 | 1453 1453 | 3665 3665 |
| 1039066 | 1039066 | 1453 1453 | 3664 3664 |
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)
);