inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15855
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 260140 | 260140 | 64967 64967 | 15855 15855 |
| 260141 | 260141 | 31692 31692 | 15855 15855 |
| 260142 | 260142 | 242913 242913 | 15855 15855 |
| 260143 | 260143 | 7525 7525 | 15855 15855 |
| 260144 | 260144 | 266073 266073 | 15855 15855 |
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)
);