inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100396
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 860022 | 860022 | 207091 207091 | 100396 100396 |
| 860023 | 860023 | 68226 68226 | 100396 100396 |
| 860024 | 860024 | 231189 231189 | 100396 100396 |
| 860025 | 860025 | 207090 207090 | 100396 100396 |
| 860026 | 860026 | 76674 76674 | 100396 100396 |
| 860027 | 860027 | 240658 240658 | 100396 100396 |
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)
);