inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 5551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 297831 | 297831 | 224026 224026 | 5551 5551 |
| 297832 | 297832 | 41663 41663 | 5551 5551 |
| 297833 | 297833 | 2199 2199 | 5551 5551 |
| 297834 | 297834 | 530529 530529 | 5551 5551 |
| 297835 | 297835 | 160576 160576 | 5551 5551 |
| 297836 | 297836 | 89336 89336 | 5551 5551 |
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)
);