inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19947
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 150999 | 150999 | 529733 529733 | 19947 19947 |
| 151000 | 151000 | 228434 228434 | 19947 19947 |
| 151001 | 151001 | 242967 242967 | 19947 19947 |
| 151002 | 151002 | 86630 86630 | 19947 19947 |
| 151003 | 151003 | 9806 9806 | 19947 19947 |
| 151004 | 151004 | 266154 266154 | 19947 19947 |
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)
);