inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 9553
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 363400 | 363400 | 527938 527938 | 9553 9553 |
| 363401 | 363401 | 79067 79067 | 9553 9553 |
| 363402 | 363402 | 489819 489819 | 9553 9553 |
| 363403 | 363403 | 222012 222012 | 9553 9553 |
| 363404 | 363404 | 7931 7931 | 9553 9553 |
| 363405 | 363405 | 3861 3861 | 9553 9553 |
| 363406 | 363406 | 331871 331871 | 9553 9553 |
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)
);