inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 3450
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 238605 | 238605 | 3450 3450 | 8638 8638 |
| 326740 | 326740 | 3450 3450 | 8634 8634 |
| 352280 | 352280 | 3450 3450 | 8637 8637 |
| 881399 | 881399 | 3450 3450 | 8636 8636 |
| 902805 | 902805 | 3450 3450 | 8635 8635 |
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)
);