inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 924684 | 924684 | 14706 14706 | 28746 28746 |
| 924685 | 924685 | 239878 239878 | 28746 28746 |
| 924686 | 924686 | 533660 533660 | 28746 28746 |
| 924687 | 924687 | 260465 260465 | 28746 28746 |
| 924688 | 924688 | 66579 66579 | 28746 28746 |
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)
);