inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 357505
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 325554 | 325554 | 311134 311134 | 357505 357505 |
| 325555 | 325555 | 274502 274502 | 357505 357505 |
| 325556 | 325556 | 274504 274504 | 357505 357505 |
| 325557 | 325557 | 274503 274503 | 357505 357505 |
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)
);