inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 352792
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 952732 | 952732 | 278523 278523 | 352792 352792 |
| 952733 | 952733 | 278481 278481 | 352792 352792 |
| 952734 | 952734 | 278524 278524 | 352792 352792 |
| 952735 | 952735 | 268472 268472 | 352792 352792 |
| 952736 | 952736 | 280753 280753 | 352792 352792 |
| 952737 | 952737 | 278521 278521 | 352792 352792 |
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)
);