inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 53816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 144849 | 144849 | 53816 53816 | 15786 15786 |
| 285748 | 285748 | 53816 53816 | 15787 15787 |
| 910895 | 910895 | 53816 53816 | 78644 78644 |
| 1006508 | 1006508 | 53816 53816 | 78645 78645 |
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)
);