inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 28667
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68722 | 68722 | 239801 239801 | 28667 28667 |
| 68723 | 68723 | 14659 14659 | 28667 28667 |
| 68724 | 68724 | 336041 336041 | 28667 28667 |
| 68725 | 68725 | 501381 501381 | 28667 28667 |
| 68726 | 68726 | 34778 34778 | 28667 28667 |
| 68727 | 68727 | 260308 260308 | 28667 28667 |
| 68728 | 68728 | 56466 56466 | 28667 28667 |
| 68729 | 68729 | 260309 260309 | 28667 28667 |
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)
);