inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12922
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 37338 | 37338 | 5721 5721 | 12922 12922 |
| 37339 | 37339 | 259245 259245 | 12922 12922 |
| 37340 | 37340 | 487004 487004 | 12922 12922 |
| 37341 | 37341 | 28394 28394 | 12922 12922 |
| 37342 | 37342 | 526197 526197 | 12922 12922 |
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)
);