inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 68822
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 965787 | 965787 | 47393 47393 | 68822 68822 |
| 965788 | 965788 | 100721 100721 | 68822 68822 |
| 965789 | 965789 | 213692 213692 | 68822 68822 |
| 965790 | 965790 | 165569 165569 | 68822 68822 |
| 965791 | 965791 | 209311 209311 | 68822 68822 |
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)
);