inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 2668
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 47209 | 47209 | 28810 28810 | 2668 2668 |
| 47210 | 47210 | 510133 510133 | 2668 2668 |
| 47211 | 47211 | 19323 19323 | 2668 2668 |
| 47212 | 47212 | 56542 56542 | 2668 2668 |
| 47213 | 47213 | 1032 1032 | 2668 2668 |
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)
);