inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 47
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 636457 | 636457 | 47 47 | 142 142 |
| 701419 | 701419 | 47 47 | 143 143 |
| 777396 | 777396 | 47 47 | 146 146 |
| 777848 | 777848 | 47 47 | 144 144 |
| 779298 | 779298 | 47 47 | 141 141 |
| 780680 | 780680 | 47 47 | 139 139 |
| 780683 | 780683 | 47 47 | 145 145 |
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)
);