inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 46044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 471696 | 471696 | 46044 46044 | 5247 5247 |
| 816773 | 816773 | 46044 46044 | 66808 66808 |
| 833950 | 833950 | 46044 46044 | 66807 66807 |
| 886857 | 886857 | 46044 46044 | 5248 5248 |
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)
);