inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 30168
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 659715 | 659715 | 33335 33335 | 30168 30168 |
| 659716 | 659716 | 534409 534409 | 30168 30168 |
| 659717 | 659717 | 228516 228516 | 30168 30168 |
| 659718 | 659718 | 266018 266018 | 30168 30168 |
| 659719 | 659719 | 503007 503007 | 30168 30168 |
| 659720 | 659720 | 53640 53640 | 30168 30168 |
| 659721 | 659721 | 15501 15501 | 30168 30168 |
| 659722 | 659722 | 242885 242885 | 30168 30168 |
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)
);