inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10527
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 56271 | 56271 | 29096 29096 | 10527 10527 |
| 56272 | 56272 | 58513 58513 | 10527 10527 |
| 56273 | 56273 | 491569 491569 | 10527 10527 |
| 56274 | 56274 | 4294 4294 | 10527 10527 |
| 56275 | 56275 | 253546 253546 | 10527 10527 |
| 56276 | 56276 | 8872 8872 | 10527 10527 |
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)
);