inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49120
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 26735 | 26735 | 49120 49120 | 71520 71520 |
| 285019 | 285019 | 49120 49120 | 71519 71519 |
| 285859 | 285859 | 49120 49120 | 71518 71518 |
| 686208 | 686208 | 49120 49120 | 8371 8371 |
| 948298 | 948298 | 49120 49120 | 13115 13115 |
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)
);