inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 70550
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 8105 | 8105 | 70550 70550 | 103785 103785 |
| 8106 | 8106 | 70550 70550 | 103783 103783 |
| 8107 | 8107 | 70550 70550 | 287 287 |
| 8583 | 8583 | 70550 70550 | 103784 103784 |
| 238162 | 238162 | 70550 70550 | 288 288 |
| 705329 | 705329 | 70550 70550 | 286 286 |
| 753250 | 753250 | 70550 70550 | 289 289 |
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)
);