inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 23222
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 289250 | 289250 | 11606 11606 | 23222 23222 |
| 289251 | 289251 | 30883 30883 | 23222 23222 |
| 289252 | 289252 | 249913 249913 | 23222 23222 |
| 289253 | 289253 | 531489 531489 | 23222 23222 |
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)
);