inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404835
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 696686 | 696686 | 420061 420061 | 404835 404835 |
| 696687 | 696687 | 483045 483045 | 404835 404835 |
| 696688 | 696688 | 372701 372701 | 404835 404835 |
| 696689 | 696689 | 462519 462519 | 404835 404835 |
| 696690 | 696690 | 420062 420062 | 404835 404835 |
| 696691 | 696691 | 462518 462518 | 404835 404835 |
| 696692 | 696692 | 372702 372702 | 404835 404835 |
| 696693 | 696693 | 509882 509882 | 404835 404835 |
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)
);