inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 284530 | 284530 | 30662 30662 | 30423 30423 |
| 284531 | 284531 | 243422 243422 | 30423 30423 |
| 284532 | 284532 | 267158 267158 | 30423 30423 |
| 284533 | 284533 | 15641 15641 | 30423 30423 |
| 284534 | 284534 | 503246 503246 | 30423 30423 |
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)
);