inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 998830 | 998830 | 256968 256968 | 68829 68829 |
| 998831 | 998831 | 165497 165497 | 68829 68829 |
| 998832 | 998832 | 100581 100581 | 68829 68829 |
| 998833 | 998833 | 209258 209258 | 68829 68829 |
| 998834 | 998834 | 47396 47396 | 68829 68829 |
| 998835 | 998835 | 213830 213830 | 68829 68829 |
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)
);