inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 26423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 509379 | 509379 | 13347 13347 | 26423 26423 |
| 509380 | 509380 | 254206 254206 | 26423 26423 |
| 509381 | 509381 | 532364 532364 | 26423 26423 |
| 509382 | 509382 | 68048 68048 | 26423 26423 |
| 509383 | 509383 | 285829 285829 | 26423 26423 |
| 509384 | 509384 | 285828 285828 | 26423 26423 |
| 509385 | 509385 | 329222 329222 | 26423 26423 |
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)
);