inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403861
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 288314 | 288314 | 456767 456767 | 403861 403861 |
| 288315 | 288315 | 489314 489314 | 403861 403861 |
| 288316 | 288316 | 481167 481167 | 403861 403861 |
| 288317 | 288317 | 365071 365071 | 403861 403861 |
| 288318 | 288318 | 411182 411182 | 403861 403861 |
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)
);