inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16404
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 729555 | 729555 | 269306 269306 | 16404 16404 |
| 729556 | 729556 | 489680 489680 | 16404 16404 |
| 729557 | 729557 | 244652 244652 | 16404 16404 |
| 729558 | 729558 | 7848 7848 | 16404 16404 |
| 729559 | 729559 | 34498 34498 | 16404 16404 |
| 729560 | 729560 | 56830 56830 | 16404 16404 |
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)
);