inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 2233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 272836 | 272836 | 2233 2233 | 5622 5622 |
| 687825 | 687825 | 2233 2233 | 5619 5619 |
| 704049 | 704049 | 2233 2233 | 5624 5624 |
| 900057 | 900057 | 2233 2233 | 5623 5623 |
| 900951 | 900951 | 2233 2233 | 5620 5620 |
| 901956 | 901956 | 2233 2233 | 5621 5621 |
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)
);