inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 46643
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 266609 | 266609 | 46643 46643 | 17519 17519 |
| 459438 | 459438 | 46643 46643 | 17518 17518 |
| 881119 | 881119 | 46643 46643 | 67650 67650 |
| 1020168 | 1020168 | 46643 46643 | 67649 67649 |
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)
);