inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68911
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 243270 | 243270 | 68911 68911 | 101327 101327 |
| 345397 | 345397 | 68911 68911 | 101331 101331 |
| 397816 | 397816 | 68911 68911 | 101329 101329 |
| 399249 | 399249 | 68911 68911 | 101330 101330 |
| 488230 | 488230 | 68911 68911 | 25608 25608 |
| 970838 | 970838 | 68911 68911 | 77045 77045 |
| 971178 | 971178 | 68911 68911 | 101328 101328 |
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)
);