inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 55406
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 256454 | 256454 | 55406 55406 | 80949 80949 |
| 271375 | 271375 | 55406 55406 | 22092 22092 |
| 314149 | 314149 | 55406 55406 | 22091 22091 |
| 864897 | 864897 | 55406 55406 | 80948 80948 |
| 865015 | 865015 | 55406 55406 | 80947 80947 |
| 895233 | 895233 | 55406 55406 | 80950 80950 |
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)
);