inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 373849
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 666040 | 666040 | 295618 295618 | 373849 373849 |
| 666041 | 666041 | 295615 295615 | 373849 373849 |
| 666042 | 666042 | 333997 333997 | 373849 373849 |
| 666043 | 666043 | 295614 295614 | 373849 373849 |
| 666044 | 666044 | 295619 295619 | 373849 373849 |
| 666045 | 666045 | 295620 295620 | 373849 373849 |
| 666046 | 666046 | 295617 295617 | 373849 373849 |
| 666047 | 666047 | 295616 295616 | 373849 373849 |
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)
);