inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 45220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 258485 | 258485 | 45220 45220 | 65479 65479 |
| 258562 | 258562 | 45220 45220 | 65478 65478 |
| 258876 | 258876 | 45220 45220 | 65476 65476 |
| 399616 | 399616 | 45220 45220 | 65477 65477 |
| 540029 | 540029 | 45220 45220 | 42476 42476 |
| 912568 | 912568 | 45220 45220 | 65480 65480 |
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)
);