inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49023
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 33275 | 33275 | 49023 49023 | 32790 32790 |
| 228106 | 228106 | 49023 49023 | 32789 32789 |
| 345917 | 345917 | 49023 49023 | 71362 71362 |
| 354282 | 354282 | 49023 49023 | 71363 71363 |
| 914995 | 914995 | 49023 49023 | 71364 71364 |
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)
);