inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 5421
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 80842 | 80842 | 240299 240299 | 5421 5421 |
| 80843 | 80843 | 308984 308984 | 5421 5421 |
| 80844 | 80844 | 72625 72625 | 5421 5421 |
| 80845 | 80845 | 542410 542410 | 5421 5421 |
| 80846 | 80846 | 2152 2152 | 5421 5421 |
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)
);