inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 56566
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 465719 | 465719 | 73859 73859 | 56566 56566 |
| 465720 | 465720 | 32758 32758 | 56566 56566 |
| 465721 | 465721 | 282593 282593 | 56566 56566 |
| 465722 | 465722 | 45053 45053 | 56566 56566 |
| 465723 | 465723 | 485789 485789 | 56566 56566 |
| 465724 | 465724 | 282594 282594 | 56566 56566 |
| 465725 | 465725 | 313293 313293 | 56566 56566 |
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)
);