inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 73381
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 901225 | 901225 | 155419 155419 | 73381 73381 |
| 901226 | 901226 | 230384 230384 | 73381 73381 |
| 901227 | 901227 | 241608 241608 | 73381 73381 |
| 901228 | 901228 | 77277 77277 | 73381 73381 |
| 901229 | 901229 | 207468 207468 | 73381 73381 |
| 901230 | 901230 | 50484 50484 | 73381 73381 |
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)
);