inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 607406 | 607406 | 72534 72534 | 9 9 |
| 607407 | 607407 | 38996 38996 | 9 9 |
| 607408 | 607408 | 540839 540839 | 9 9 |
| 607409 | 607409 | 300664 300664 | 9 9 |
| 607410 | 607410 | 3 3 | 9 9 |
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)
);