inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17627
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 58414 | 58414 | 528511 528511 | 17627 17627 |
| 58415 | 58415 | 252290 252290 | 17627 17627 |
| 58416 | 58416 | 53918 53918 | 17627 17627 |
| 58417 | 58417 | 157131 157131 | 17627 17627 |
| 58418 | 58418 | 8531 8531 | 17627 17627 |
| 58419 | 58419 | 282388 282388 | 17627 17627 |
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)
);