inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 47320
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 289786 | 289786 | 47320 47320 | 68683 68683 |
| 487454 | 487454 | 47320 47320 | 2975 2975 |
| 818822 | 818822 | 47320 47320 | 68682 68682 |
| 861845 | 861845 | 47320 47320 | 68681 68681 |
| 1014379 | 1014379 | 47320 47320 | 68684 68684 |
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)
);