inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 9363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 388876 | 388876 | 79558 79558 | 9363 9363 |
| 388877 | 388877 | 3780 3780 | 9363 9363 |
| 388878 | 388878 | 278097 278097 | 9363 9363 |
| 388879 | 388879 | 8008 8008 | 9363 9363 |
| 388880 | 388880 | 490067 490067 | 9363 9363 |
| 388881 | 388881 | 278098 278098 | 9363 9363 |
| 388882 | 388882 | 302362 302362 | 9363 9363 |
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)
);