inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 352049
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 715543 | 715543 | 288189 288189 | 352049 352049 |
| 715544 | 715544 | 287298 287298 | 352049 352049 |
| 715545 | 715545 | 285747 285747 | 352049 352049 |
| 715546 | 715546 | 275463 275463 | 352049 352049 |
| 715547 | 715547 | 267461 267461 | 352049 352049 |
| 715548 | 715548 | 288232 288232 | 352049 352049 |
| 715549 | 715549 | 288275 288275 | 352049 352049 |
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)
);