inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 54004
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115266 | 115266 | 527195 527195 | 54004 54004 |
| 115267 | 115267 | 307934 307934 | 54004 54004 |
| 115268 | 115268 | 77326 77326 | 54004 54004 |
| 115269 | 115269 | 155451 155451 | 54004 54004 |
| 115270 | 115270 | 48202 48202 | 54004 54004 |
| 115271 | 115271 | 488681 488681 | 54004 54004 |
| 115272 | 115272 | 230349 230349 | 54004 54004 |
| 115273 | 115273 | 28305 28305 | 54004 54004 |
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)
);